摘要: JQ API中文文档: https://www.jquery123.com/ ajax请求不读取缓存 $(document).ready(function () { $.ajaxSetup({ cache: false }); //ajax请求不读取缓存 }) 也可以 url: 我的url+Date 阅读全文
posted @ 2020-05-21 09:20 DarGi 阅读(198) 评论(0) 推荐(0)