admin管理员组

文章数量:1536769

1、在 get 请求的 url 后面带上时间戳参数,如:

url: test+ "/network/get?times="+new Date().getTime(),

2、将get请求改为post请求

3、在ajax请求时添加参数cache:false

本文标签: 缓存浏览器解决方案模式下