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.
假设我在页面加载后立即启动 Ajax 请求。如果我在 Ajax 完成之前快速按下后退按钮。“错误”事件将触发。应该的。
但是我怎么知道这个错误是“有效的”,而不是由用户点击安卓手机上的后退按钮引起的?这可能吗?
我正在使用 Jquery/PhoneGap。