Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我在我的页面上显示火车时刻表。如何在下一分钟自动刷新页面?只使用javascript?
查看 javascriptsetTimeout和location.reload()
setTimeout
location.reload()
location.reload()刷新页面,并setTimeout允许在一定时间内调用函数。