脚本开发,脚本学习,辅助软件,各种工具软件

周周 发表于 2020-3-2 21:08:35

通过新建html文件打开跳转指定网址

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script type="text/javascript">
      <!-- 使用方法:新建txt文档,将后缀改为html 拷贝这里所有类容 -->
      <!-- 可将下面的网址替换为需要跳转的网址即可 -->
      window.location.href="https://www.qqqtttt.com/";
</script>
</head>
<body>
</body>
下载地址:https://sn9.us/file/20110282-426002204
页: [1]
查看完整版本: 通过新建html文件打开跳转指定网址