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.
我试图停止默认的关闭事件, event.stopPropogation()但是event.preventDefault(),它并不能帮助我停止这个过程。
event.stopPropogation()
event.preventDefault()
你们中的任何人都知道如何停止此默认关闭事件吗?
是否可以监听浏览器点击事件?
出于显而易见的原因,您不能以编程方式阻止用户关闭页面。唯一的方法是让浏览器向用户询问确认问题(通过将关闭问题作为事件字符串返回)。