get에서 post로 매개변수 유형이 변경되었습니다 매개변수 캐시를 추가하고 false로 설정 타임스탬프 추가 $.ajax({ url: 'ios/index', cache: false, type: 'post', data: { timestamp: new Date().getTime() //params here }, dataType: 'json' }).done(function (data) { //codes here }); 정말 간단하지 않나요?