答案是不能。 低版本的浏览器似乎可以。
调试页面跳转可以用onbeforeunload
, 再追栈,找到触发位置。
js
window.onbeforeunload = function(event) {
debugger
};
window.onbeforeunload = function(event) {
debugger
};