您当前的位置:主页 > 教程合集 > Html/css > 网站首页Html/css
Javascript的7种刷新方式推荐
发布时间:2022-04-06 21:49:00编辑:余斗阅读:(0)字号: 大 中 小
<input type=button value=刷新 onclick=”history.go(0)”>
<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)”>
关键字词:JavaScript刷新