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 发布/获取调用和普通表单发布/获取调用有什么区别?据我所知,当我使用表单 post/get 方法时,我不必考虑缓存问题,但对于 AJAX,我应该在查询字符串的末尾添加一个时间戳参数。谁能给我解释一下?谢谢。
你错了——你在执行普通的 GET 时必须考虑缓存。只是,从广义上讲,如果只是在浏览网络时提供缓存页面,这不是什么大问题。
当您使用 AJAX 时,您通常会更新记录,然后想要查看结果,因此缓存变得不受欢迎。