redirect 重定向
2013-06-14Learn how to create a URL redirection with this HTML redirect code.
<html>
<head><title>redirect</title></head>
<meta http-equiv="refresh" content="0;url=https://www.wallcopper.com"/>
<body> </body>
</html>
分类:网络 | 标签: network |