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.
我已经尝试过:
`<body onunload`="">`
$(window).on(' beforeunload', function() { return '请在关闭窗口前注销!!!'; });
beforeunload
addeventlistener
window.unload
和其他做法,但没有一个对我有帮助。
请帮忙 !!