当我需要检查用户是否点击了“离开此页面”并且我需要使用window.location
window.onbeforeunload = function(evt) {
//how to check for "Leave this page"
}
谢谢 。
当我需要检查用户是否点击了“离开此页面”并且我需要使用window.location
window.onbeforeunload = function(evt) {
//how to check for "Leave this page"
}
谢谢 。