- 参数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 });
是不是非常的简单呢,希望小伙伴们能够喜欢。
为什么会出现重复加载错误的情况01-08
如何处理序列化对象在前台显示11-30
jquery统计用户选中的复选框的个数02-06
Jquery练习之表单验证实现代码02-07
jQuery类数组的应用操作07-12
网友评论文明上网理性发言 已有0人参与
发表评论: