如何在没有浏览者意愿的情况下在一定时间后自动使网站超时?
我目前正在开发一个网站,我需要在一段时间后自动关闭页面 例如,5 分钟后网站会自动关闭。
I am currently working on a website and i need to auto close the page after some interval
e.g after 5 minutes the website closes itself automatically.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
setTimeout('self.close();',30000);
setTimeout('self.close();',30000);