浏览代码

New open window page test

NaiboWang-Alienware 2 年之前
父节点
当前提交
8c3a613014
共有 3 个文件被更改,包括 24 次插入1 次删除
  1. 23 0
      ElectronJS/src/taskGrid/test_pages/new_window.html
  2. 0 0
      ElectronJS/tasks/195.json
  3. 1 1
      ExecuteStage/.vscode/launch.json

+ 23 - 0
ElectronJS/src/taskGrid/test_pages/new_window.html

@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Title</title>
+    <script type="text/javascript">
+        function openNewWindow(url) {
+            window.open(url, '标题',
+                'height=600,width=800,status=yes,toolbar=no,menubar=no,location=no');
+        }
+    </script>
+</head>
+<body>
+
+<div>
+    <a href="#" onclick="openNewWindow('https://www.easyspider.cn')">EasySpider</a>
+    <a href="#" onclick="openNewWindow('https://www.baidu.com')">Baidu</a>
+    <a href="#" onclick="openNewWindow('https://www.google.com')">Google</a>
+</div>
+
+
+</body>
+</html>

文件差异内容过多而无法显示
+ 0 - 0
ElectronJS/tasks/195.json


+ 1 - 1
ExecuteStage/.vscode/launch.json

@@ -12,7 +12,7 @@
             "justMyCode": false,
             "justMyCode": false,
             //  "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
             //  "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
             // "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
             // "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
-            "args": ["--id", "[92]", "--headless", "0", "--user_data", "1", "--keyboard", "0"]
+            "args": ["--id", "[84]", "--headless", "0", "--user_data", "1", "--keyboard", "0"]
         }
         }
     ]
     ]
 }
 }

部分文件因为文件数量过多而无法显示