Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、私はコースワークのためにこれをしなければなりません。これが私が持っている正確な要件です
" 4 秒後、2 番目のページが表示されます (メイン Web ページ)。"
Web サイトを開くと、ウェルカム ページが表示され、その後 (4 秒) 自動的にホームページに移動します。
<meta http-equiv="refresh" content="4;URL='home.html'">
メタ タグ リダイレクトを使用する JavaScript は必要ありません
<meta http-equiv="refresh" content="4;URL='http://www.mysite.com/homepage.html'" />