Przeglądaj źródła

可以选择部分字段不输出到文件或数据库

naibo 2 lat temu
rodzic
commit
62435c037e

Plik diff jest za duży
+ 0 - 0
ElectronJS/tasks/154.json


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

@@ -12,7 +12,7 @@
             "justMyCode": true,
             //  "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
             // "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
-            "args": ["--id", "[69]", "--headless", "0", "--user_data", "1"]
+            "args": ["--id", "[73]", "--headless", "0", "--user_data", "1"]
         }
     ]
 }

+ 1 - 0
ExecuteStage/easyspider_executestage.py

@@ -360,6 +360,7 @@ class BrowserThread(Thread):
         paras = node["parameters"]
         codeMode = int(paras["codeMode"])
         code = paras["code"]
+        output = ""
         max_wait_time = int(paras["waitTime"])
         if codeMode == 2:  # 使用循环的情况下,传入的clickPath就是实际的xpath
             try:

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików