Posted in Javascript onFebruary 23, 2016
- 参数type由get改成post
- 添加参数cache并设置成false
- 添加时间戳
$.ajax({ url: 'ios/index', cache: false, type: 'post', data: { timestamp: new Date().getTime() //params here }, dataType: 'json' }).done(function (data) { //codes here });
是不是非常的简单呢,希望小伙伴们能够喜欢。
JQUERY的AJAX请求缓存里的数据问题处理
- Author -
hebedich声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@