This question already has an answer here:
(这个问题在这里已有答案:)
(如何使用JavaScript 17答案 重新加载页面)
How can I refresh a page using JavaScript or HTML?
(如何使用JavaScript或HTML刷新页面?)
window.location.reload(); in JavaScript
window.location.reload();
(在JavaScript中)
<meta http-equiv="refresh" content="1"> in HTML (where 1 = 1 second).
<meta http-equiv="refresh" content="1">
1
(HTML中的<meta http-equiv="refresh" content="1"> (其中1 = 1秒)。)
1.4m articles
1.4m replys
5 comments
57.0k users