자바스크립트 화면 리프레쉬 함수
window.location.reload()
- 화면을 reload하는 함수.
- cache를 먼저 찾아보고 없으면 서버에서 다시 페이지 호출
window.location.reload(true)
cache와는 상관없이 무조건 서버에서 다시 페이지 호출
window.location.reload()
window.location.reload(true)
cache와는 상관없이 무조건 서버에서 다시 페이지 호출