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.
在选项卡之间切换时遇到未修改的 304。Jquery ajax 调用是在底层发送的。我该如何解决这个问题?
您是否使用 Get 来完成ajax. 您可以尝试$.post或添加这样的随机参数:
ajax
$.post
$.get(url,{randomKey:Math.random()+Date.parse(Date()},callback)