當前位置:編程學習大全網 - 網站源碼 - html網頁跳轉代碼怎麽寫

html網頁跳轉代碼怎麽寫

用<meta>裏直接寫刷新語句:

<html>

<head>

<meta http-equiv="Content-Language" content="zh-CN">

<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">

<meta http-equiv="refresh" content="5;url=網址">

<title>html網頁自動跳轉代碼</title>

</head>

<body>

測試:html網頁自動跳轉代碼<br/>

妳可以在這裏寫下妳想的壹切東西!<br />

</body>

</html>

  • 上一篇:為什麽在Tik Tok直播找不到七日打卡套的金幣
  • 下一篇:如何檢查溫室監控系統的源代碼
  • copyright 2024編程學習大全網