页面定时跳转的种种实现
持续添加中ing……
?
1、meta实现
在<head>和</head>之间添加一个META标记:<meta http-equiv="REFRESH" content="3; url=跳转页面的URL">