今天偶然间发现meta标签也可以重定向.
又增加了一个新的知识点.
<meta http-equiv="refresh" content="5;url=重定向的路径">
注:5为时间,5秒.意为在当前页面停留5秒后跳转到重定向的页面.也可设置为0,打开页面后直接跳转.
eg:<meta http-equiv="refresh" content="5;url='https://www.baidu.com'">
因该功能不受用户控制,所以使用时还应谨慎操作.
今天偶然间发现meta标签也可以重定向.
又增加了一个新的知识点.
<meta http-equiv="refresh" content="5;url=重定向的路径">
注:5为时间,5秒.意为在当前页面停留5秒后跳转到重定向的页面.也可设置为0,打开页面后直接跳转.
eg:<meta http-equiv="refresh" content="5;url='https://www.baidu.com'">
因该功能不受用户控制,所以使用时还应谨慎操作.