摘要: 返回调用指定函数的函数. javascript function test() { if (test.caller === null) console.log('test 函数在全局调用'); // 获取调用 test函数, 的函数名 console.log(test.caller.name ); 阅读全文
posted @ 2017-12-22 10:43 Ajanuw 阅读(148) 评论(0) 推荐(0) 编辑