时间:2021-07-01 10:21:17 帮助过:5人阅读
$.ajax({
url: 'ios/index',
cache: false,
type: 'post',
data: {
timestamp: new Date().getTime()
//params here
},
dataType: 'json'
}).done(function (data) {
//codes here
});
是不是非常的简单呢,希望小伙伴们能够喜欢。