Rumah > Artikel > hujung hadapan web > Mengendalikan isu data dalam permintaan AJAX JQUERY cache_jquery
$.ajax({ url: 'ios/index', cache: false, type: 'post', data: { timestamp: new Date().getTime() //params here }, dataType: 'json' }).done(function (data) { //codes here });
Bukankah ia sangat mudah?