Windows怎么通过html代码实现网页自动刷新?( 二 )

第三步:在【网页自动刷新.txt】文本文档中键入以下内容 , 并同时按下键盘上的【Ctrl + S】键保存文本文档 。

<html>

<head><meta http-equiv=\"refresh\" content=\"60\"></head>

<frameset>

<frame src=https://mparticle.uc.cn/"http://www.baidu.com\" name=\"iframe\">

</frameset></frameset>

</html>

备注:

【content=\"60\"】中的60表示刷新的时间间隔 , 60表示60秒 , 请根据需要进行修改 。

【<frame src=https://mparticle.uc.cn/"http://www.baidu.com\" name=\"iframe\">】中的【http://www.baidu.com】表示需要刷新的链接 , 请根据自己需要进行修改 。

推荐阅读