window.location.reload(false);window.location.reload(true);history.Go(0)區別

來源:互聯網
上載者:User

標籤:解釋   論文   style   頭部   form表單   好的   href   win   reload   

在日常工作中常用的頁面重新整理方式的區別: 
1 window.location.reload(false); 
  先說說window.location.reload(false);當我們window.location.reload();預設也是false
  它先會根據瀏覽器的http請求的頭部 If-Modified-Since的值來判斷在請求檔案時檔案是否發生變化,如果沒有就從緩衝中找到更新到頁面。

  如果有form,會重新提交form表單

2 window.location.reload(true); 
  這個跟false的有區別,無論文檔的修改時間是什麼,或者有沒有緩衝,它都會從新在伺服器端請求一次來更新到頁面。

  如果有form,會重新提交form表單

3 history.Go(0) 
  先說說history,history就是你訪問的頁面跟路由的記錄,它會即時更新到history裡面去,當你history.go(xx),會根據記錄的路由匹配對應的以及緩衝好的頁面,也就是說所有的history都是調用已經被緩衝的頁面。

4 window.location.href = window.location.href 

  相當於重新請求url。

  如果有form,不會提交form資料

最後再說說瀏覽器的左上方返回箭頭按鈕 
它的作用是返回上個頁面,但是返回後頁面的資料也就是並不會更新,文檔也不更新。

註:window.location.reload(),window.location.reload(true),history.Go(0),都會更新資料,對於文檔更新與否上面已經解釋過了。

window.location.reload(false);window.location.reload(true);history.Go(0)區別

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.