实现页面中按钮刷新的N种方法,实现页面中按钮刷新的N种方法
【 tulaoshi.com - Html 】
<input type=button value=刷新 onclick="history.go(0)"
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/html/)<input type=button value=刷新 onclick="location.reload()"
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/html/)<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)
来源:http://www.tulaoshi.com/n/20160129/1486732.html
看过《实现页面中按钮刷新的N种方法》的人还看了以下文章 更多>>