当我调用 js 函数时,我想知道被调用函数位于哪个引用脚本中。
例子:
index.html 包含 scriptpath1 scriptpath2 script....n
.... foo函数
那么如何在不探索整个目录的情况下快速找到 foo() 的位置呢?
当我调用 js 函数时,我想知道被调用函数位于哪个引用脚本中。
例子:
index.html 包含 scriptpath1 scriptpath2 script....n
.... foo函数
那么如何在不探索整个目录的情况下快速找到 foo() 的位置呢?