參數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 }); 是不是非常的簡單呢,希望朋友們能夠喜歡。