button按鈕重新整理頁面的幾種方式

碼媛小洋發表於2020-09-29
<input type=button value=重新整理 onclick="location.reload()">

<input type=button value=重新整理 onclick="location=location">

<input type=button value=重新整理 onclick="location.assign(location)">

<input type=button value=重新整理 onclick="document.execcommand(refresh)">

<input type=button value=重新整理 onclick="window.navigate(location)">

<input type=button value=重新整理 onclick="location.replace(location)">

<input type=button value=重新整理 onclick="window.open(自身的檔案,_self)">

<input type=button value=重新整理 onclick=document.all.webbrowser.execwb(22,1)>

button標籤設定相應屬性同樣生效

相關文章