标签: html
我需要让页面在5秒钟后自动刷新到一个稍微不同的网址上,而不是/index.html我希望它是/index.html#h
这一直在刷新它,我想知道是否有任何替代品只能做一次
答案 0 :(得分:0)
如果您使用的是Javascript you can check for a certain cookie,则在Cookie存在时不会刷新。如果没有cookie,则刷新并设置cookie。