- 參數(shù)type由get改成post
- 添加參數(shù)cache并設(shè)置成false
- 添加時間戳
$.ajax({ url: 'ios/index', cache: false, type: 'post', data: { timestamp: new Date().getTime() //params here }, dataType: 'json'}).done(function (data) { //codes here}); 是不是非常的簡單呢,希望小伙伴們能夠喜歡。



















