时间:2020-11-06 10:03:56 | 栏目:jquery | 点击:次
$.ajax({
url: 'ios/index',
cache: false,
type: 'post',
data: {
timestamp: new Date().getTime()
//params here
},
dataType: 'json'
}).done(function (data) {
//codes here
});
是不是非常的简单呢,希望小伙伴们能够喜欢。