refresh 屬性值 -- 刷新與跳轉(重定向)頁面
refresh出現在http-equiv屬性中,使用content屬性表示刷新或跳轉的開始時間與跳轉的網址
refresh示例一:5秒之后刷新本頁面:
<meta http-equiv="refresh"content="5"/>
refresh示例二:5秒之后轉到百度首頁
<meta http-equiv="refresh"content="5; url=http://www.baidu.com/"/>