zl程序教程

您现在的位置是:首页 >  前端

当前栏目

自动刷新网页效果

网页自动 效果 刷新
2023-09-11 14:20:41 时间

  用模拟点击selenium搞了半天,发现事倍功半

<html>
<head><meta http-equiv="refresh" content="20"></head>
<frameset>
<frame src="http://www.baidu.com" name="iframe">
</frameset></frameset>
</html>

将这个代码保存为html即可,网址部分换上需要的网址,就可以20秒刷新一次了