HTML页面打开一个网址


<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script type="text/javascript">
    window.location.href="http://119.36.243.55:8030/about/index.html#/";

</script>
</head>
<body>
</body>

猜你喜欢

转载自blog.csdn.net/weixin_42575806/article/details/114638828