比如:在 a.js中使用var res = window.unique(arr);在未知的js文件定义了uniquewindow.unique = fuction(arr){ return [...new Set(arr)];}现在在a.js如何快速定位到unique的定义位置? 查看完整描述