JS点右上角关闭浏览器事件onbeforeunload,针对火狐浏览器无效,请问怎么解决?

2026年09月25日 23:45
有1个网友回答
网友(1):

window.onbeforeunload = function() {
return 123;
}
试试这个