gpt4 book ai didi

javascript - 检查用户是否离开页面 js

转载 作者:行者123 更新时间:2023-11-28 17:46:30 25 4
gpt4 key购买 nike

我尝试了 onbeforeunload 事件,但在离开页面时它不起作用,它仅在我重新加载时起作用,但一切都在边缘运行良好。我认为 Chrome 已经改变了一些配置。有没有办法解决这个问题或其他方法?

onbeforeunload = function(){
return("bye");
}

有没有一种方法可以检查用户是否正在关闭页面或重定向到另一个网址,而不会在重新加载时触发,或者我可以不这样做吗?

最佳答案

即使使用JQuery ,一个具有目标跨浏览器兼容性的框架,他们说:

The exact handling of the unload event has varied from version to version of browsers. For example, some versions of Firefox trigger the event when a link is followed, but not when the window is closed. In practical usage, behavior should be tested on all supported browsers and contrasted with the similar beforeunload event.

Source

所以你必须接受不一致的行为。

关于javascript - 检查用户是否离开页面 js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46620943/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com