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.
jQuery 在页面加载时发送了 aJax 函数。
我想知道这些功能是否可以在页面重新加载之前停止或中断?
不是 100%,但你也许可以做到这一点
$(window).load(function(e) { e.preventDefault(); e.stopPropagation });