300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > 实现网页中按钮刷新的N种方法

实现网页中按钮刷新的N种方法

时间:2019-10-27 16:25:50

相关推荐

实现网页中按钮刷新的N种方法

<input type=button value=刷新 οnclick="history.go(0)">

<input type=button value=刷新 οnclick="location.reload()">

<input type=button value=刷新 οnclick="location=location">

<input type=button value=刷新 οnclick="location.assign(location)">

<input type=button value=刷新 οnclick="document.execCommand(@#Refresh@#)">

<input type=button value=刷新 οnclick="window.navigate(location)">

<input type=button value=刷新 οnclick="location.replace(location)">

<input type=button value=刷新 οnclick="window.open(@#自身的文件@#,@#_self@#)">

<input type=button value=刷新 onClick=document.all.WebBrowser.ExecWB(22,1)>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。