- 参数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 });
是不是非常的简单呢,希望小伙伴们能够喜欢。
$.ajax({ url: 'ios/index', cache: false, type: 'post', data: { timestamp: new Date().getTime() //params here }, dataType: 'json' }).done(function (data) { //codes here });
是不是非常的简单呢,希望小伙伴们能够喜欢。
网友评论文明上网理性发言 已有0人参与
发表评论: