给一个自动跳转到binindexhtml的html文件
请参考以下代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=./bin/index.html">
<title>Redirecting...</title>
</head>
<body>
<p>If you are not redirected automatically, please follow this <a href="./bin/index.html">link</a>.</p>
</body>
</html>
这段代码会自动跳转到./bin/index.html页面。如果自动跳转失败,会显示一个链接供用户手动跳转。
原文地址: http://www.cveoy.top/t/topic/ioU4 著作权归作者所有。请勿转载和采集!