1.页面自动刷新:把如下代码加入<head>区域中
CODE:
<meta http-equiv="refresh" content="20">其中20指每隔20秒刷新一次页面。
2.页面自动跳转:把如下代码加入<head>区域中
CODE:
<meta http-equiv="refresh" content="20;url=http://kingsnet.126.com">1.页面自动刷新:把如下代码加入<head>区域中
其中20指每隔20秒刷新一次页面。
2.页面自动跳转:把如下代码加入<head>区域中