摘要: $.ajax({ type: "get", cache: false, url: url, success: function (msg) { } }); cache为true与false 的区别 true的话会读缓存,可能真的到服务器上。假如上次访问了a.html,第二次的时候得到的是上次访问的a 阅读全文
posted @ 2016-05-17 08:44 羽翼时空 阅读(8083) 评论(0) 推荐(0)