gpt4 book ai didi

angular - 在 Angular2、Typescript 中找出调用函数

转载 作者:太空狗 更新时间:2023-10-29 17:37:09 26 4
gpt4 key购买 nike

我想在我的 angular2/ionic2 项目中找出特定函数的调用函数。运气不好

arguments.callee.caller.toString()

有什么想法吗?

最佳答案

我知道这有点晚了,但我遇到了同样的问题,希望这对其他人有帮助。

您可以通过执行以下操作生成堆栈跟踪

console.log((new Error).stack);

这会告诉你哪个函数调用了你的特定函数

关于angular - 在 Angular2、Typescript 中找出调用函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40083958/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com