如何在window.location.reload之后访问window对象?

时间:2016-09-16 16:04:55

标签: javascript

说我想每15秒不断刷新一次网页。

然后我想在页面上阅读一些HTML元素。

是否有某种方式以纯客户端javascript方式执行此操作?

如果我这样做:

document.getElementsById();
// some logic that i am interested in.
window.location.reload()
// is there someway to access the reloaded window?

有没有我可以访问将来的窗口对象?

0 个答案:

没有答案