html跳转页面代码
上次发那个要手动点才会跳转:https://xyz.uscwifi.xyz/post/XD5LmLpf1/
这次可以将html代码写成下面这样
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>uscwifi技术网</title>
</head>
<body>
</body>
<script type="text/javascript">
window.location='https://xyz.uscwifi.xyz';
</script>
</html>
其实github上我就是这样搞的