Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有大量的 Javascript。在那里的某个地方,正在发生我们不希望的重定向。如何一般调试导致重定向的代码?堆栈跟踪将是完美的。
另一个人问了类似的问题。有人在 chrome 调试工具中提供了一个有用的选项,您可以尝试一下。请参阅下面的链接。
在 Chrome 中的内联 javascript 重定向之前中断 javascript
没有简单的方法。你可以在你的文件中大量搜索一些词,比如“redirect”、“window.location”、“location”等。