W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
运行代码
<html> <head> <meta http-equiv="refresh" content="5;url=https://www.w3school.org.cn" /> </head> <body> <script type="text/javascript"> x=document.getElementsByTagName("meta")[0]; document.write("Http equiv: " + x.httpEquiv); </script> <p>We have moved! The new URL is: <a href="https://www.w3school.org.cn">https://www.w3school.org.cn</a></p> <p>You will be redirected to the new address in five seconds. If you see this message for more than 5 seconds, please click on the link above.</p> </body> </html>