HTML网页自动跳转(重定向)
- meta
<head>
<meta http-equiv="refresh" content="5;url=https://www.cnblogs.com/guojbing">
</head>
- javascript
window.location.href='https://www.cnblogs.com/guojbing';
<head>
<meta http-equiv="refresh" content="5;url=https://www.cnblogs.com/guojbing">
</head>
window.location.href='https://www.cnblogs.com/guojbing';
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。