html跳转页面

<head>
<!-- 以下方式只是刷新不跳转到其他页面 -->
<meta http-equiv="refresh" content="10">
<!-- 以下方式定时转到其他页面 -->
<meta http-equiv="refresh" content="5;url=hello.html">
</head>
posted @ 2020-05-15 10:37  王的孤傲  阅读(617)  评论(0编辑  收藏  举报