jQuery中ajax缓存问题 Get 请求,不缓存版: $.ajax不缓存版:$.ajax({ type:"GET" url:'test.html', cache:false, dataType:"html", success:function(msg){ alert(msg); } }); 或者post请求也不会缓存 相关文章: 2022-02-14 2021-04-19 2021-11-24 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23