diff --git a/ElectronJS/src/index.html b/ElectronJS/src/index.html index 2f38655..d082458 100644 --- a/ElectronJS/src/index.html +++ b/ElectronJS/src/index.html @@ -40,6 +40,7 @@

English

+

当前版本/Current Version: v0.3.1

Github最新版本/Newest Version:{{newest_version}}

diff --git a/ElectronJS/src/taskGrid/FlowChart.html b/ElectronJS/src/taskGrid/FlowChart.html index 5911e40..3a597f8 100644 --- a/ElectronJS/src/taskGrid/FlowChart.html +++ b/ElectronJS/src/taskGrid/FlowChart.html @@ -163,6 +163,9 @@
+

+ +

diff --git a/ElectronJS/src/taskGrid/FlowChart.js b/ElectronJS/src/taskGrid/FlowChart.js index a219f03..bbc6ea5 100644 --- a/ElectronJS/src/taskGrid/FlowChart.js +++ b/ElectronJS/src/taskGrid/FlowChart.js @@ -94,6 +94,33 @@ var app = new Vue({ } this.XPaths = result; }, + addPara: function() { //添加参数 + this.nowNode["parameters"]["paras"].push({ + "nodeType": 0, + "contentType": 0, + "relative": false, + "name": "Custom_Field_" + this.nowNode["parameters"]["paras"].length.toString(), + "desc": "", + "extractType": 0, + "relativeXPath": "", + "allXPaths": [], + "exampleValues": [ + { + "num": 0, + "value": "Custom_Value_0" + } + ], + "default": "", + "beforeJS": "", + "beforeJSWaitTime": 0, + "JS": "", + "JSWaitTime": 0, + "afterJS": "", + "afterJSWaitTime": 0, + "downloadPic": 0 + }); + this.paraIndex = this.nowNode["parameters"]["paras"].length - 1; + }, modifyParas: function(i) { //修改第i个参数 this.paraIndex = i; }, diff --git a/ElectronJS/src/taskGrid/FlowChart_CN.html b/ElectronJS/src/taskGrid/FlowChart_CN.html index 9783366..a068ae8 100644 --- a/ElectronJS/src/taskGrid/FlowChart_CN.html +++ b/ElectronJS/src/taskGrid/FlowChart_CN.html @@ -163,6 +163,9 @@
+

+ +

diff --git a/ElectronJS/src/taskGrid/FlowChart_CN.js b/ElectronJS/src/taskGrid/FlowChart_CN.js index a112eeb..f905156 100644 --- a/ElectronJS/src/taskGrid/FlowChart_CN.js +++ b/ElectronJS/src/taskGrid/FlowChart_CN.js @@ -94,6 +94,33 @@ var app = new Vue({ } this.XPaths = result; }, + addPara: function() { //添加参数 + this.nowNode["parameters"]["paras"].push({ + "nodeType": 0, + "contentType": 0, + "relative": false, + "name": "自定义参数_" + this.nowNode["parameters"]["paras"].length.toString(), + "desc": "", + "extractType": 0, + "relativeXPath": "", + "allXPaths": [], + "exampleValues": [ + { + "num": 0, + "value": "自定义字段" + } + ], + "default": "", + "beforeJS": "", + "beforeJSWaitTime": 0, + "JS": "", + "JSWaitTime": 0, + "afterJS": "", + "afterJSWaitTime": 0, + "downloadPic": 0 + }); + this.paraIndex = this.nowNode["parameters"]["paras"].length - 1; + }, modifyParas: function(i) { //修改第i个参数 this.paraIndex = i; console.log(this.paras); diff --git a/ElectronJS/src/taskGrid/taskList.html b/ElectronJS/src/taskGrid/taskList.html index 595a9e5..aaaf527 100644 --- a/ElectronJS/src/taskGrid/taskList.html +++ b/ElectronJS/src/taskGrid/taskList.html @@ -38,7 +38,7 @@ - + diff --git a/ElectronJS/tasks/72.json b/ElectronJS/tasks/72.json new file mode 100644 index 0000000..03df2ae --- /dev/null +++ b/ElectronJS/tasks/72.json @@ -0,0 +1 @@ +{"id":72,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/25/2023, 4:48:40 PM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG LeftSide_menu_hover__OCHiO']"],"exampleValues":[{"num":0,"value":"/手机/数码"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/ElectronJS/tasks/73.json b/ElectronJS/tasks/73.json new file mode 100644 index 0000000..ed3a8dc --- /dev/null +++ b/ElectronJS/tasks/73.json @@ -0,0 +1 @@ +{"id":73,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/25/2023, 4:55:05 PM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"自定义参数_0","desc":"","type":"string","exampleValue":"自定义字段"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,3],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"自定义参数_0","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":[],"exampleValues":[{"num":0,"value":"自定义字段"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":2,"index":3,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":7,"relative":false,"name":"自定义参数_0","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":[],"exampleValues":[{"num":0,"value":"自定义字段"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/ElectronJS/每次发布之前要检查的事项.md b/ElectronJS/每次发布之前要检查的事项.md index 489ee69..3d21598 100644 --- a/ElectronJS/每次发布之前要检查的事项.md +++ b/ElectronJS/每次发布之前要检查的事项.md @@ -1,3 +1,3 @@ - 删除chrome的install文件夹 -- 修改logic.js及logic_CN.js, ElectronJS/package.json,manifest_v3/package.json,easyspider_executestage.py中的版本号 +- 修改index.html, logic.js及logic_CN.js, ElectronJS/package.json,manifest_v3/package.json,easyspider_executestage.py中的版本号 - 更新最新的tasks文件夹 \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/V0.3.1 New Features.txt b/Releases/EasySpider_windows_amd64/V0.3.1 New Features.txt new file mode 100644 index 0000000..434b202 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/V0.3.1 New Features.txt @@ -0,0 +1,52 @@ +## Update Instruction + + +1. Advanced Operations: + +- Custom scripts can be executed in the workflow, including executing JavaScript commands in the browser and invoking scripts at the operating system level. The command's return value can be obtained and recorded, greatly expanding the scope of operations. +- Before and after each operation, you can specify a JavaScript command to be executed targeting the current located element. + +2. Custom scripts are also supported in the conditions and loop conditions. The return value of the custom script determines the condition for the judgment of conditions and loops, greatly enhancing the flexibility of tasks. The ability to use the break statement within a loop is added, allowing custom operations to manipulate elements within the loop. + + +3. Multiple XPath expressions are generated simultaneously for user selection, and the XPath Helper extension is pre-installed for XPath debugging. + +4. Added the functionality to extract the background image URL of elements, current page title, and current page URL. + +5. Added the capability to save screenshots of elements or entire web pages. This feature works best in headless mode. + +6. Added the functionality to download images. + +7. Added OCR recognition of elements. To use this feature, Tesseract library needs to be installed first: https://tesseract-ocr.github.io/tessdoc/Installation.html + +8. Directly extract the return value of executing JavaScript code on elements, allowing for functionalities such as regular expression matching and obtaining the background color of elements. + +9. Added the capability to switch dropdown options and extract the selected value and text of dropdown options. + +10. Significantly improved user guidance and explanations to make the software more user-friendly. This includes instructions on handling iframe tags, explanations of parameter meanings for various options, and explanations on modifying the XPath for loop items, and more. + +11. Added instructions on how to execute tasks from the command line. + +12. Added headless mode configuration, allowing the software to run without a browser interface. + +13. Fixed the issue where Chinese paths couldn't be recognized correctly when using user-configured browser modes. + +14. Fixed the issue where the program would freeze when there was no unconditional branch in the conditional branching. + +15. Fixed the issue where the input box would freeze after saving a task. + +16. Added the option to set the maximum waiting time for page load in the "Open Page" and "Click element" operations. + +17. Added the functionality to move the mouse to an element. + +18. Displays a prompt when an element cannot be found. + +19. Fixed the webpage scrolling bug. + +20. The task name is initialized with the value of the page title upon the first visit. + +21. Added version update prompts. + +22. Added the information of the publisher as requested. + +23. Updated Chrome version to 113. diff --git a/Releases/EasySpider_windows_amd64/V0.3.0 New Features.txt b/Releases/EasySpider_windows_amd64/V0.3.1新特性.txt similarity index 60% rename from Releases/EasySpider_windows_amd64/V0.3.0 New Features.txt rename to Releases/EasySpider_windows_amd64/V0.3.1新特性.txt index 2efcc75..8456967 100644 --- a/Releases/EasySpider_windows_amd64/V0.3.0 New Features.txt +++ b/Releases/EasySpider_windows_amd64/V0.3.1新特性.txt @@ -1,4 +1,4 @@ -https://github.com/NaiboWang/EasySpider/releases/tag/v0.3.0 +如果下载速度慢,可以考虑中国境内下载地址:[中国境内下载地址](https://github.com/NaiboWang/EasySpider/releases/download/v0.3.0/Download_Link_Address_in_China_Mainland.txt)。 ### 强烈建议大家观看新特性讲解视频 @@ -14,7 +14,7 @@ B站最新版特性视频已上传,新视频非常有用,推荐大家观看 [OCR识别元素内容功能](https://www.bilibili.com/video/BV1xz4y1b72D/) -注意,v0.3.0版本任务task文件夹内`.json`文件和v0.2.0版本不兼容,请重新设计v0.3.0版本任务。 +注意,v0.3.1版本任务task文件夹内`.json`文件和之前所有版本均不兼容,请重新设计v0.3.1版本任务。 ## 更新说明 1. 高级操作: @@ -26,23 +26,34 @@ B站最新版特性视频已上传,新视频非常有用,推荐大家观看 -2. **判断条件和循环条件**中同样增加了**执行自定义脚本**,并根据自定义脚本的返回值是否为真来作为条件判断和循环的判断条件,同样极大的增加了任务的可操作性。 +2. **判断条件和循环条件**中同样增加了**执行自定义脚本**,并根据自定义脚本的返回值是否为真来作为条件判断和循环的判断条件,同样极大的增加了任务的可操作性。循环中增加了用代码break的操作设定,自定义操作可以操作循环内元素。 ![image](https://github.com/NaiboWang/EasySpider/assets/30287768/9dea0564-1a1c-487d-9fa4-427c5e284796) + + 3. 可同时生成多种XPath供用户选择,并**预装了XPath Helper扩展**供大家调试XPath。 4. 增加采集元素背景图片地址,当前页面标题,当前页面URL地址功能。 5. 增加保存元素截图功能,如要截图某元素或整个网页页面,可以用此功能(配合无头模式效果更好)。 -6. 增加下载图片功能(正式版,Beta版没有)。 +6. 增加下载图片功能。 7. 增加OCR识别元素功能(使用此功能需首先自行安装Tesseract库:[https://blog.csdn.net/u010454030/article/details/80515501](https://blog.csdn.net/u010454030/article/details/80515501)) + 8. 可直接提取对元素执行JavaScript代码后的返回值,实现如正则表达式,获得元素背景颜色等功能。 - +9. 增加切换下拉选项功能,采集下拉选项正在选中的值和文本。 + + +![image](https://github.com/NaiboWang/EasySpider/assets/30287768/42cc0009-00d1-4c5c-af47-0fa6340fba80) -9. 大幅增加使用提示和说明,使软件更易用(如增加了iframe标签的处理方式说明,各个选项的参数意义,以及循环项XPath的修改说明等等)。 -10. 执行命令时增加了如何用命令行执行任务的提示:[https://github.com/NaiboWang/EasySpider/wiki/Argument-Instruction](https://github.com/NaiboWang/EasySpider/wiki/Argument-Instruction)。 +10. 大幅增加使用提示和说明,使软件更易用(如增加了iframe标签的处理方式说明,各个选项的参数意义,以及循环项XPath的修改说明等等)。 +11. 执行命令时增加了如何用命令行执行任务的提示:[https://github.com/NaiboWang/EasySpider/wiki/Argument-Instruction](https://github.com/NaiboWang/EasySpider/wiki/Argument-Instruction)。 ![image](https://github.com/NaiboWang/EasySpider/assets/30287768/a9e774df-e345-4d51-b7c9-2c4dac0ec624) -11. 增加无头模式,即无浏览器界面模式配置。 -12. 修复了使用用户配置浏览器模式下的中文路径不能正确识别的问题。 -13. 修复了条件分支没有无条件分支时会卡死的问题。 -14. 修复了保存任务后会输入框卡死的问题。 -15. 打开网页操作和点击元素操作新增设置页面最长加载等待时间。 -16. 增加版本更新提示。 -17. 更新chrome版本为113。 \ No newline at end of file +12. 增加无头模式,即无浏览器界面模式配置。 +13. 修复了使用用户配置浏览器模式下的中文路径不能正确识别的问题。 +14. 修复了条件分支没有无条件分支时会卡死的问题。 +15. 修复了保存任务后会输入框卡死的问题。 +16. 打开网页操作和点击元素操作新增设置页面最长加载等待时间。 +17. 增加了鼠标移动到元素功能。 +18. 找不到元素时会提示。 +19. 修复网页滚动Bug。 +20. 任务名称初始化为第一次进入页面的标题值。 +21. 增加版本更新提示。 +22. 应要求增加出品方信息。 +23. 更新chrome版本为113。 diff --git a/Releases/EasySpider_windows_amd64/tasks/36.json b/Releases/EasySpider_windows_amd64/tasks/36.json deleted file mode 100644 index 63356fc..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/36.json +++ /dev/null @@ -1 +0,0 @@ -{"id":36,"name":"0.3.0功能测试","url":"https://www.jd.com","links":"https://www.jd.com","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_页面标题","desc":"","type":"string","exampleValue":"京东全球版-专业的综合网上购物商城"},{"id":1,"name":"参数2_页面URL","desc":"","type":"string","exampleValue":"https://global.jd.com/"},{"id":2,"name":"参数1_链接背景图片地址","desc":"","type":"string","exampleValue":"//img12.360buyimg.com/imagetools/jfs/t1/89057/27/24131/19491/621c3949E053e39b3/9e2e3ec54268ac9b.png"},{"id":3,"name":"参数5_文本","desc":"","type":"string","exampleValue":"/手机/数码/家用电器/电脑/办公/家纺/家居/厨具/家具/家装/灯具/工业品/内衣/男装/女装/童装/箱包/钟表/珠宝/女鞋/运动/户外/男鞋/汽车用品/车载电器/母婴/洗护喂养/玩具乐器/宠物生活/家庭清洁/个人护理/计生情趣/图书/童书/文学"},{"id":4,"name":"参数6_文本","desc":"","type":"string","exampleValue":"领券中心今日推荐"},{"id":5,"name":"参数7_文本","desc":"","type":"string","exampleValue":"HI~欢迎来到京东!"},{"id":6,"name":"参数1_文本","desc":"","type":"string","exampleValue":"\n 请使用高版本浏览器访问效果更好,推荐谷歌浏览器\n \n \n \n \n \t\t\t\t\t\t\t\t\t\t\t海外 \t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t北京上海天津重庆河北山西河南辽宁吉林黑龙江内蒙古江苏山东安徽浙江福建湖北湖南广东广西江西四川海南贵州云南西藏陕西甘肃青海宁夏新疆港澳台湾钓鱼岛海外 \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t 地区专享版本 \t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t中國港澳 \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t中國台灣 \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t京东全球 \t\t\t\t\t \t\t\t\t\t \t\t\t\t 京东大陆 \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t Available Sites \t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tGlobal Site \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tСайт России \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tSitus Indonesia \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tSitio de España \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t เว็บไซต์ประเทศไทย \t\t\t\t\t\t \t\t\t\t\t \t\t\t\t 京东大陆 \t\t\t\t \t\t\t\t\t\n \n \n 你好,请登录  免费注册\n \n \n 我的订单\n \n \n \n \n 我的京东\n \n \n \n \n \n 京东会员\n \n \n \t\t\t\t\t\t\t\t\t\t\t\t企业采购\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n \n \n 客户服务\n \n \n \n \n 网站导航\n \n \n \n \n \n 手机京东\n \n \n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n 网站无障碍\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n  ;0\n 我的购物车\n \n \n \n 平板電腦爆款耳機手機數據線年貨節\n \n 领券中心今日推荐\n \n \n /手机/数码/家用电器/电脑/办公/家纺/家居/厨具/家具/家装/灯具/工业品/内衣/男装/女装/童装/箱包/钟表/珠宝/女鞋/运动/户外/男鞋/汽车用品/车载电器/母婴/洗护喂养/玩具乐器/宠物生活/家庭清洁/个人护理/计生情趣/图书/童书/文学生活电器馆个护健康馆厨房小电馆家庭影音馆厨房小电榨汁机/原汁机电饭煲多用途锅电水壶/热水瓶电饼铛豆浆机电压力锅养生壶/煎药壶破壁机电炖锅面条机电磁炉煮蛋器电烧烤炉绞肉机面包机空气炸锅料理机电热饭盒打蛋器电烤箱厨师机/和面机咖啡机电陶炉酸奶机果蔬解毒机微波炉个护健康电动牙刷电动牙刷头按摩器剃须刀电吹风美容器卷/直发器理发器冲牙器剃/脱毛器足浴盆洁面仪电子秤生活电器吸尘器挂烫机/熨斗除螨仪空气净化器取暖电器清洁机净水器电风扇除湿机干衣机1234HI~欢迎来到京东!登录|注册新人福利PLUS会员全球特讯更多马来西亚、韩国海运服务上线通知集运仓库免费存放期限通知物流售后政策国际支付企业采购客户服务\"京\"挑细选频道广场为你推荐丹麦蓝罐(Kjeldsens)曲奇饼干礼盒装 908g 丹麦原装进口 早餐休闲零食 团购福利送礼¥163.00蒙牛 脱脂纯牛奶250ml*24 零脂肪轻负 ¥76.90美的(Midea)空气循环扇风扇电风扇家用立式节能落地扇风扇安静低噪卧室宿舍台式摇头电扇小型轻音扇¥519.00欧舒丹甜扁桃紧致沐浴油500ml沐浴露杏仁温和清洁520情人节礼物送男女友¥425.00蒙牛纯甄常温风味酸牛奶芒果百香果口味200g*16 (包装随机)¥59.90娇韵诗沁润奇肌保湿乳霜50ml高保湿面霜控油护肤品520礼物送女友¥490.00SK-II前男友面膜10片装sk2补水保湿提亮肤色修护skii护肤品套装化妆品¥1308.00香奈儿(Chanel)邂逅淡香水50ml(礼盒装)黄邂逅 送女生 520礼物¥980.00松下(Panasonic)电吹风机大功率高速大风力速干送老婆女友520情人节生日礼物折叠便携 纳诺怡吹发电吹风筒EH-WNA3B¥399.00探拓(TECTOP)速干T恤 轻薄透气男情侣款圆领短袖纯色速干衣 TS3043 男款黑色 XL¥39.00斑布BASE系列3层120抽面巾纸卫生抽纸24包(本色竹纤维无漂白)¥89.00光明 莫斯利安常温酸奶 原味200g*24盒/箱 营养香醇早餐伴侣¥87.80香奈儿(Chanel)五号香水(经典)50ml(礼盒装)送女友 送老婆 520礼物¥1180.00欧莱雅多重防护隔离露美颜柔紫SPF50+ PA++++防晒霜防晒乳提亮生日礼物¥200.00清扬(CLEAR)蓬松去屑洗发水清爽控油型900g 净爽头皮护理青柠薄荷醇C罗洗头膏¥64.90皇冠(danisa)丹麦曲奇饼干礼盒681g 休闲零食早餐团购礼盒 印尼进口¥108.00今选(JINXUAN) 充电台称重电子秤商用台秤高精度摆摊落地卖菜电子称货物磅秤计价大型工业用计数快递秤 【便携轻巧款】蓝色款300公斤黑字35*45高续航¥258.00蒙牛特仑苏纯牛奶250ml*16盒 (新老包装随机发货)¥69.90美的(Midea)\"海洋劲风\"大风量落地扇远吹风电风扇台式电扇易拆洗广角摇头节能定时轻音小型风扇自营 FS40-13C¥239.00苏泊尔(SUPOR)电水壶 双层防烫烧水壶热水壶 一体无缝内胆电热水壶 SW-17D818 1.7L大容量¥109.00瑞倪维儿(Rinawale) 瑞倪维儿体部保湿凝胶 修复凝胶 保湿补水 护肤品¥130.00农夫山泉 饮用水 饮用天然水塑膜量贩装550ml*12瓶¥15.90美的(Midea)【40cm大扇叶】大风量遥控落地扇家用立式电风扇摇头轻音仿科技风遥控节能定时宿舍风扇 FS40-13ER¥279.00SK-II女士舒透护肤洁面120g氨基酸洗面奶sk2化妆品skii护肤品skll¥564.00香奈儿(Chanel)蔚蓝男士淡香水50ml (礼盒装) 蔚蓝斩女香 送男友送老公 520礼物¥840.00礼意久久【施华洛世奇锆】克拉恋人银项链女士520礼物送女友情人节5.20礼物送老婆礼盒母亲节生日礼物女生女朋友妈妈实用吊坠闺蜜浪漫惊喜表白时尚首饰品结婚周年纪念日¥259.00松下(Panasonic)电吹风机大功率高速大风力折叠便携 送老婆520女友情人节生日礼物 负离子吹发护发电吹风筒EH-ENE2¥169.00李宁速干T恤【线下同款】男运动短袖上衣吸汗透气跑步纯色体恤白色 L¥69.00九阳(Joyoung)净水器水龙头台式前置净水机家用厨房过滤器自来水可视化可清洗滤芯JYW-T05 1机4芯套装¥109.00香奈儿(Chanel)嘉柏丽尔香水50ml(礼盒装)送女生老婆 520礼物¥1180.00\n \n \n \n 多品类齐全,轻松购物\n 快多仓直发,极速配送\n 好正品行货,精致服务\n 省天天低价,畅选无忧\n \n \n \n \n \n \n 购物指南购物流程会员简介常见问题\n 物流配送运费说明关税说明\n 帮助中心付款方式价格保证账户安全用户私隐协议全球售服务协议\n 联系我们客服联络商务合作\n 关注我们\n \n \n \n \n \n \n \n \n \n 关于我们|\n 联系我们|\n 联系客服|\n 合作招商|\n 商家帮助| 营销中心| 手机京东| 友情链接| 销售联盟| 京东社区|\n 风险监测| 隐私政策| 京东公益| English Site| Media & IR\n \n \n \n \n 京公网安备 11000002000088号|京ICP备11041704号|\n ICP|\n 互联网药品信息服务资格证编号(京)-经营性-2014-0008|新出发京零 字第大120007号\n \n \n 互联网出版许可证编号新出网证(京)字150号|\n 出版物经营许可证|\n 网络文化经营许可证京网文〔2020〕6112-1201号|违法和不良信息举报电话:4006561155\n \n \n Copyright © 2004 - 2023 京东JD.com 版权所有|消费者维权热线:4006067733\n 经营证照\n | (京)网械平台备字(2018)第00003号\n |\n 营业执照\n |\n 增值电信业务经营许可证\n \n \n \n |\n \n |\n \n |\n \n |\n \n \n \n 京东旗下网站: 京东钱包| 京东云\n \n \n \n 可信网站信用评估\n \n 诚信网站\n 中国互联网举报中心\n 网络举报APP下载\n 国家知识产权公共服务网\n \n \n \n \n \n \n \n function CNNIC_change(e){var n=document.getElementById(e).href,t=n.substring(0,n.length-6);t+=CNNIC_RndNum(6),document.getElementById(e).href=t}function CNNIC_RndNum(e){for(var n=\"\",t=0;t {\n var zhuzhanHtml = '
  • 京东大陆
  • '; \n $( \"#ttbar-mycity .areamini_inter_list\" ).append(zhuzhanHtml);\n };\n \n \n\n\n ✍操作提示框(可点此拖动) \n ● 已选中1个元素,您可以:\n 确认采集☺ 取消选择 Path: /html/body \n"},{"id":7,"name":"参数9_背景图片地址","desc":"","type":"string","exampleValue":""},{"id":8,"name":"参数4_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":6,"relative":false,"name":"参数1_页面标题","desc":"","extractType":0,"relativeXPath":"/html/body/div[4]","allXPaths":["/html/body/div[4]","//div[contains(., '')]","id(\"header\")"],"exampleValues":[{"num":0,"value":"京东全球版-专业的综合网上购物商城"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":5,"relative":false,"name":"参数2_页面URL","desc":"","extractType":0,"relativeXPath":"/html/body/div[4]","allXPaths":["/html/body/div[4]","//div[contains(., '')]","id(\"header\")"],"exampleValues":[{"num":0,"value":"https://global.jd.com/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":1,"contentType":4,"relative":false,"name":"参数1_链接背景图片地址","desc":"","extractType":0,"relativeXPath":"/html/body/div[7]/div[1]/p[1]/a[6]","allXPaths":["/html/body/div[7]/div[1]/p[1]/a[6]","//a[contains(., '国家知识产权公共服务')]","//A[@class='copyright_auth_ico copyright_auth_ico_7']"],"exampleValues":[{"num":0,"value":"//img12.360buyimg.com/imagetools/jfs/t1/89057/27/24131/19491/621c3949E053e39b3/9e2e3ec54268ac9b.png"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":7,"relative":false,"name":"参数5_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码/家用电')]","//DIV[@class='LeftSide_menu_list__qXCeM']"],"exampleValues":[{"num":0,"value":"/手机/数码/家用电器/电脑/办公/家纺/家居/厨具/家具/家装/灯具/工业品/内衣/男装/女装/童装/箱包/钟表/珠宝/女鞋/运动/户外/男鞋/汽车用品/车载电器/母婴/洗护喂养/玩具乐器/宠物生活/家庭清洁/个人护理/计生情趣/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":8,"relative":false,"name":"参数6_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[4]/div[1]/ul[1]","allXPaths":["/html/body/div[4]/div[1]/ul[1]","//ul[contains(., '领券中心今日推荐')]","id(\"nav-list\")"],"exampleValues":[{"num":0,"value":"领券中心今日推荐"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":9,"relative":false,"name":"参数7_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]","allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]","//div[contains(., 'HI~欢迎来到京东!')]","//DIV[@class='welcome']"],"exampleValues":[{"num":0,"value":"HI~欢迎来到京东!"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"return arguments[0].innerText.indexOf(\"京东\")","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":7,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '请使用高版')]"],"exampleValues":[{"num":0,"value":"\n 请使用高版本浏览器访问效果更好,推荐谷歌浏览器\n \n \n \n \n \t\t\t\t\t\t\t\t\t\t\t海外 \t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t北京上海天津重庆河北山西河南辽宁吉林黑龙江内蒙古江苏山东安徽浙江福建湖北湖南广东广西江西四川海南贵州云南西藏陕西甘肃青海宁夏新疆港澳台湾钓鱼岛海外 \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t 地区专享版本 \t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t中國港澳 \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t中國台灣 \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t京东全球 \t\t\t\t\t \t\t\t\t\t \t\t\t\t 京东大陆 \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t Available Sites \t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tGlobal Site \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tСайт России \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tSitus Indonesia \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tSitio de España \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t เว็บไซต์ประเทศไทย \t\t\t\t\t\t \t\t\t\t\t \t\t\t\t 京东大陆 \t\t\t\t \t\t\t\t\t\n \n \n 你好,请登录  免费注册\n \n \n 我的订单\n \n \n \n \n 我的京东\n \n \n \n \n \n 京东会员\n \n \n \t\t\t\t\t\t\t\t\t\t\t\t企业采购\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n \n \n 客户服务\n \n \n \n \n 网站导航\n \n \n \n \n \n 手机京东\n \n \n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n 网站无障碍\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n  ;0\n 我的购物车\n \n \n \n 平板電腦爆款耳機手機數據線年貨節\n \n 领券中心今日推荐\n \n \n /手机/数码/家用电器/电脑/办公/家纺/家居/厨具/家具/家装/灯具/工业品/内衣/男装/女装/童装/箱包/钟表/珠宝/女鞋/运动/户外/男鞋/汽车用品/车载电器/母婴/洗护喂养/玩具乐器/宠物生活/家庭清洁/个人护理/计生情趣/图书/童书/文学生活电器馆个护健康馆厨房小电馆家庭影音馆厨房小电榨汁机/原汁机电饭煲多用途锅电水壶/热水瓶电饼铛豆浆机电压力锅养生壶/煎药壶破壁机电炖锅面条机电磁炉煮蛋器电烧烤炉绞肉机面包机空气炸锅料理机电热饭盒打蛋器电烤箱厨师机/和面机咖啡机电陶炉酸奶机果蔬解毒机微波炉个护健康电动牙刷电动牙刷头按摩器剃须刀电吹风美容器卷/直发器理发器冲牙器剃/脱毛器足浴盆洁面仪电子秤生活电器吸尘器挂烫机/熨斗除螨仪空气净化器取暖电器清洁机净水器电风扇除湿机干衣机1234HI~欢迎来到京东!登录|注册新人福利PLUS会员全球特讯更多马来西亚、韩国海运服务上线通知集运仓库免费存放期限通知物流售后政策国际支付企业采购客户服务\"京\"挑细选频道广场为你推荐丹麦蓝罐(Kjeldsens)曲奇饼干礼盒装 908g 丹麦原装进口 早餐休闲零食 团购福利送礼¥163.00蒙牛 脱脂纯牛奶250ml*24 零脂肪轻负 ¥76.90美的(Midea)空气循环扇风扇电风扇家用立式节能落地扇风扇安静低噪卧室宿舍台式摇头电扇小型轻音扇¥519.00欧舒丹甜扁桃紧致沐浴油500ml沐浴露杏仁温和清洁520情人节礼物送男女友¥425.00蒙牛纯甄常温风味酸牛奶芒果百香果口味200g*16 (包装随机)¥59.90娇韵诗沁润奇肌保湿乳霜50ml高保湿面霜控油护肤品520礼物送女友¥490.00SK-II前男友面膜10片装sk2补水保湿提亮肤色修护skii护肤品套装化妆品¥1308.00香奈儿(Chanel)邂逅淡香水50ml(礼盒装)黄邂逅 送女生 520礼物¥980.00松下(Panasonic)电吹风机大功率高速大风力速干送老婆女友520情人节生日礼物折叠便携 纳诺怡吹发电吹风筒EH-WNA3B¥399.00探拓(TECTOP)速干T恤 轻薄透气男情侣款圆领短袖纯色速干衣 TS3043 男款黑色 XL¥39.00斑布BASE系列3层120抽面巾纸卫生抽纸24包(本色竹纤维无漂白)¥89.00光明 莫斯利安常温酸奶 原味200g*24盒/箱 营养香醇早餐伴侣¥87.80香奈儿(Chanel)五号香水(经典)50ml(礼盒装)送女友 送老婆 520礼物¥1180.00欧莱雅多重防护隔离露美颜柔紫SPF50+ PA++++防晒霜防晒乳提亮生日礼物¥200.00清扬(CLEAR)蓬松去屑洗发水清爽控油型900g 净爽头皮护理青柠薄荷醇C罗洗头膏¥64.90皇冠(danisa)丹麦曲奇饼干礼盒681g 休闲零食早餐团购礼盒 印尼进口¥108.00今选(JINXUAN) 充电台称重电子秤商用台秤高精度摆摊落地卖菜电子称货物磅秤计价大型工业用计数快递秤 【便携轻巧款】蓝色款300公斤黑字35*45高续航¥258.00蒙牛特仑苏纯牛奶250ml*16盒 (新老包装随机发货)¥69.90美的(Midea)\"海洋劲风\"大风量落地扇远吹风电风扇台式电扇易拆洗广角摇头节能定时轻音小型风扇自营 FS40-13C¥239.00苏泊尔(SUPOR)电水壶 双层防烫烧水壶热水壶 一体无缝内胆电热水壶 SW-17D818 1.7L大容量¥109.00瑞倪维儿(Rinawale) 瑞倪维儿体部保湿凝胶 修复凝胶 保湿补水 护肤品¥130.00农夫山泉 饮用水 饮用天然水塑膜量贩装550ml*12瓶¥15.90美的(Midea)【40cm大扇叶】大风量遥控落地扇家用立式电风扇摇头轻音仿科技风遥控节能定时宿舍风扇 FS40-13ER¥279.00SK-II女士舒透护肤洁面120g氨基酸洗面奶sk2化妆品skii护肤品skll¥564.00香奈儿(Chanel)蔚蓝男士淡香水50ml (礼盒装) 蔚蓝斩女香 送男友送老公 520礼物¥840.00礼意久久【施华洛世奇锆】克拉恋人银项链女士520礼物送女友情人节5.20礼物送老婆礼盒母亲节生日礼物女生女朋友妈妈实用吊坠闺蜜浪漫惊喜表白时尚首饰品结婚周年纪念日¥259.00松下(Panasonic)电吹风机大功率高速大风力折叠便携 送老婆520女友情人节生日礼物 负离子吹发护发电吹风筒EH-ENE2¥169.00李宁速干T恤【线下同款】男运动短袖上衣吸汗透气跑步纯色体恤白色 L¥69.00九阳(Joyoung)净水器水龙头台式前置净水机家用厨房过滤器自来水可视化可清洗滤芯JYW-T05 1机4芯套装¥109.00香奈儿(Chanel)嘉柏丽尔香水50ml(礼盒装)送女生老婆 520礼物¥1180.00\n \n \n \n 多品类齐全,轻松购物\n 快多仓直发,极速配送\n 好正品行货,精致服务\n 省天天低价,畅选无忧\n \n \n \n \n \n \n 购物指南购物流程会员简介常见问题\n 物流配送运费说明关税说明\n 帮助中心付款方式价格保证账户安全用户私隐协议全球售服务协议\n 联系我们客服联络商务合作\n 关注我们\n \n \n \n \n \n \n \n \n \n 关于我们|\n 联系我们|\n 联系客服|\n 合作招商|\n 商家帮助| 营销中心| 手机京东| 友情链接| 销售联盟| 京东社区|\n 风险监测| 隐私政策| 京东公益| English Site| Media & IR\n \n \n \n \n 京公网安备 11000002000088号|京ICP备11041704号|\n ICP|\n 互联网药品信息服务资格证编号(京)-经营性-2014-0008|新出发京零 字第大120007号\n \n \n 互联网出版许可证编号新出网证(京)字150号|\n 出版物经营许可证|\n 网络文化经营许可证京网文〔2020〕6112-1201号|违法和不良信息举报电话:4006561155\n \n \n Copyright © 2004 - 2023 京东JD.com 版权所有|消费者维权热线:4006067733\n 经营证照\n | (京)网械平台备字(2018)第00003号\n |\n 营业执照\n |\n 增值电信业务经营许可证\n \n \n \n |\n \n |\n \n |\n \n |\n \n \n \n 京东旗下网站: 京东钱包| 京东云\n \n \n \n 可信网站信用评估\n \n 诚信网站\n 中国互联网举报中心\n 网络举报APP下载\n 国家知识产权公共服务网\n \n \n \n \n \n \n \n function CNNIC_change(e){var n=document.getElementById(e).href,t=n.substring(0,n.length-6);t+=CNNIC_RndNum(6),document.getElementById(e).href=t}function CNNIC_RndNum(e){for(var n=\"\",t=0;t {\n var zhuzhanHtml = '
  • 京东大陆
  • '; \n $( \"#ttbar-mycity .areamini_inter_list\" ).append(zhuzhanHtml);\n };\n \n \n\n\n ✍操作提示框(可点此拖动) \n ● 已选中1个元素,您可以:\n 确认采集☺ 取消选择 Path: /html/body \n"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":8,"relative":false,"name":"参数9_背景图片地址","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '请使用高版')]"],"exampleValues":[{"num":0,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}]}},{"id":3,"index":3,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":4,"index":4,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数4_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/37.json b/Releases/EasySpider_windows_amd64/tasks/37.json deleted file mode 100644 index 11ca386..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/37.json +++ /dev/null @@ -1 +0,0 @@ -{"id":37,"name":"元素截图测试","url":"https://www.jd.com","links":"https://www.jd.com","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":7,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/38.json b/Releases/EasySpider_windows_amd64/tasks/38.json deleted file mode 100644 index 4098380..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/38.json +++ /dev/null @@ -1 +0,0 @@ -{"id":38,"name":"百度文库","url":"https://wenku.baidu.com/view/d49e7403c181e53a580216fc700abb68a982adbf?_wkts_=1684423170373","links":"https://wenku.baidu.com/view/d49e7403c181e53a580216fc700abb68a982adbf?_wkts_=1684423170373","containJudge":false,"desc":"https://wenku.baidu.com/view/d49e7403c181e53a580216fc700abb68a982adbf?_wkts_=1684423170373","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://wenku.baidu.com/view/d49e7403c181e53a580216fc700abb68a982adbf?_wkts_=1684423170373","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://wenku.baidu.com/view/d49e7403c181e53a580216fc700abb68a982adbf?_wkts_=1684423170373"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":""},{"id":1,"name":"参数2_文本","desc":"","type":"string","exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://wenku.baidu.com/view/d49e7403c181e53a580216fc700abb68a982adbf?_wkts_=1684423170373","links":"https://wenku.baidu.com/view/d49e7403c181e53a580216fc700abb68a982adbf?_wkts_=1684423170373","scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":0,"useLoop":false,"xpath":"//canvas","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[1]/div[2]/div[2]/div[4]/div[1]/div[1]/div[3]/div[2]/div[1]/canvas[1]","//canvas[contains(., '')]","id(\"original-creader-canvas-1\")","//CANVAS[@class='creader-canvas']"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":7,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":""},{"num":1,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":8,"relative":true,"name":"参数2_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":["/html/body/div[1]/div[2]/div[2]/div[4]/div[1]/div[1]/div[3]/div[2]/div[1]/canvas[1]","//canvas[contains(., '')]","id(\"original-creader-canvas-1\")","//CANVAS[@class='creader-canvas']"],"exampleValues":[{"num":0,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/39.json b/Releases/EasySpider_windows_amd64/tasks/39.json deleted file mode 100644 index 022b6b8..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/39.json +++ /dev/null @@ -1 +0,0 @@ -{"id":39,"name":"JS测试","url":"https://www.jd.com","links":"https://www.jd.com","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数13_链接文本","desc":"","type":"string","exampleValue":"手机"},{"id":1,"name":"参数14_链接地址","desc":"","type":"string","exampleValue":"https://shouji.jd.com/"},{"id":2,"name":"自定义操作","desc":"自定义操作返回的数据","type":"string","exampleValue":""},{"id":3,"name":"自定义操作2","desc":"自定义操作返回的数据","type":"string","exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,4,6,8],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","scrollType":0,"scrollCount":0}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":-1,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":1,"relative":true,"name":"参数1_文本","desc":"","relativeXPath":"/span[1]","allXPaths":["/span[1]","//span[contains(., '/')]","//SPAN[@class='LeftSide_cate_menu_line__vzQu9 LeftSide_fore0__r2Yrl']"],"exampleValues":[{"num":0,"value":"/"},{"num":1,"value":"/"},{"num":2,"value":"/"},{"num":3,"value":"/"},{"num":4,"value":"/"},{"num":5,"value":"/"},{"num":6,"value":"/"},{"num":7,"value":"/"},{"num":8,"value":"/"},{"num":9,"value":"/"},{"num":10,"value":"/"},{"num":11,"value":"/"},{"num":12,"value":"/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数2_链接文本","desc":"","relativeXPath":"/a[1]","allXPaths":["/a[1]","//a[contains(., '手机')]"],"exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"家用电器"},{"num":2,"value":"电脑"},{"num":3,"value":"家纺"},{"num":4,"value":"家具"},{"num":5,"value":"内衣"},{"num":6,"value":"箱包"},{"num":7,"value":"运动"},{"num":8,"value":"汽车用品"},{"num":9,"value":"母婴"},{"num":10,"value":"玩具乐器"},{"num":11,"value":"家庭清洁"},{"num":12,"value":"图书"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数3_链接地址","desc":"","relativeXPath":"/a[1]","allXPaths":["/a[1]","//a[contains(., '手机')]"],"exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":2,"value":"https://diannao.jd.com/"},{"num":3,"value":"https://channel.jd.com/jf.html"},{"num":4,"value":"https://channel.jd.com/furniture.html"},{"num":5,"value":"https://channel.jd.com/underwear.html"},{"num":6,"value":"https://channel.jd.com/bag.html"},{"num":7,"value":"https://phat.jd.com/10-109.html"},{"num":8,"value":"https://che.jd.com/"},{"num":9,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":10,"value":"https://toy.jd.com/"},{"num":11,"value":"https://channel.jd.com/beauty.html"},{"num":12,"value":"https://book.jd.com/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数4_文本","desc":"","relativeXPath":"/span[2]","allXPaths":["/span[2]","//span[contains(., '/')]","//SPAN[@class='LeftSide_cate_menu_line__vzQu9 undefined']"],"exampleValues":[{"num":0,"value":"/"},{"num":2,"value":"/"},{"num":3,"value":"/"},{"num":4,"value":"/"},{"num":5,"value":"/"},{"num":6,"value":"/"},{"num":7,"value":"/"},{"num":8,"value":"/"},{"num":9,"value":"/"},{"num":10,"value":"/"},{"num":11,"value":"/"},{"num":12,"value":"/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数5_链接文本","desc":"","relativeXPath":"/a[2]","allXPaths":["/a[2]","//a[contains(., '数码')]"],"exampleValues":[{"num":0,"value":"数码"},{"num":2,"value":"办公"},{"num":3,"value":"家居"},{"num":4,"value":"家装"},{"num":5,"value":"男装"},{"num":6,"value":"钟表"},{"num":7,"value":"户外"},{"num":8,"value":"车载电器"},{"num":9,"value":"洗护喂养"},{"num":10,"value":"宠物生活"},{"num":11,"value":"个人护理"},{"num":12,"value":"童书"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数6_链接地址","desc":"","relativeXPath":"/a[2]","allXPaths":["/a[2]","//a[contains(., '数码')]"],"exampleValues":[{"num":0,"value":"https://shuma.jd.com/"},{"num":2,"value":"https://bg.jd.com/"},{"num":3,"value":"https://channel.jd.com/home.html"},{"num":4,"value":"https://jzjc.jd.com/"},{"num":5,"value":"https://channel.jd.com/1315-1342.html"},{"num":6,"value":"https://channel.jd.com/watch.html"},{"num":7,"value":"https://channel.jd.com/outdoor.html"},{"num":8,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":9,"value":"https://channel.jd.com/feed.html"},{"num":10,"value":"https://channel.jd.com/pet.html"},{"num":11,"value":"https://lady.jd.com/"},{"num":12,"value":"https://book.jd.com/children.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数7_文本","desc":"","relativeXPath":"/span[3]","allXPaths":["/span[3]","//span[contains(., '/')]","//SPAN[@class='LeftSide_cate_menu_line__vzQu9 undefined']"],"exampleValues":[{"num":3,"value":"/"},{"num":4,"value":"/"},{"num":5,"value":"/"},{"num":6,"value":"/"},{"num":7,"value":"/"},{"num":11,"value":"/"},{"num":12,"value":"/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数8_链接文本","desc":"","relativeXPath":"/a[3]","allXPaths":["/a[3]","//a[contains(., '厨具')]"],"exampleValues":[{"num":3,"value":"厨具"},{"num":4,"value":"灯具"},{"num":5,"value":"女装"},{"num":6,"value":"珠宝"},{"num":7,"value":"男鞋"},{"num":11,"value":"计生情趣"},{"num":12,"value":"文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数9_链接地址","desc":"","relativeXPath":"/a[3]","allXPaths":["/a[3]","//a[contains(., '厨具')]"],"exampleValues":[{"num":3,"value":"https://channel.jd.com/kitchenware.html"},{"num":4,"value":"https://channel.jd.com/9855-9856.html"},{"num":5,"value":"https://channel.jd.com/women.html"},{"num":6,"value":"https://channel.jd.com/jewellery.html"},{"num":7,"value":"https://channel.jd.com/mensshoes.html"},{"num":11,"value":"https://channel.jd.com/9192-9196.html"},{"num":12,"value":"https://channel.jd.com/p_wenxuezongheguan.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数10_文本","desc":"","relativeXPath":"/span[4]","allXPaths":["/span[4]","//span[contains(., '/')]","//SPAN[@class='LeftSide_cate_menu_line__vzQu9 undefined']"],"exampleValues":[{"num":4,"value":"/"},{"num":5,"value":"/"},{"num":6,"value":"/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数11_链接文本","desc":"","relativeXPath":"/a[4]","allXPaths":["/a[4]","//a[contains(., '工业品')]"],"exampleValues":[{"num":4,"value":"工业品"},{"num":5,"value":"童装"},{"num":6,"value":"女鞋"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数12_链接地址","desc":"","relativeXPath":"/a[4]","allXPaths":["/a[4]","//a[contains(., '工业品')]"],"exampleValues":[{"num":4,"value":"https://pro.jd.com/mall/active/2u2DR1dUiK34csAE3DqmcG8aXvUK/index.html"},{"num":5,"value":"https://list.jd.com/list.html?cat=1319,11842"},{"num":6,"value":"https://channel.jd.com/womensshoes.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}],"loopType":1}},{"id":2,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[5],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div/a","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]"]}},{"id":5,"index":5,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":9,"relative":true,"name":"参数13_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"数码"},{"num":2,"value":"家用电器"},{"num":3,"value":"电脑"},{"num":4,"value":"办公"},{"num":5,"value":"家纺"},{"num":6,"value":"家居"},{"num":7,"value":"厨具"},{"num":8,"value":"家具"},{"num":9,"value":"家装"},{"num":10,"value":"灯具"},{"num":11,"value":"工业品"},{"num":12,"value":"内衣"},{"num":13,"value":"男装"},{"num":14,"value":"女装"},{"num":15,"value":"童装"},{"num":16,"value":"箱包"},{"num":17,"value":"钟表"},{"num":18,"value":"珠宝"},{"num":19,"value":"女鞋"},{"num":20,"value":"运动"},{"num":21,"value":"户外"},{"num":22,"value":"男鞋"},{"num":23,"value":"汽车用品"},{"num":24,"value":"车载电器"},{"num":25,"value":"母婴"},{"num":26,"value":"洗护喂养"},{"num":27,"value":"玩具乐器"},{"num":28,"value":"宠物生活"},{"num":29,"value":"家庭清洁"},{"num":30,"value":"个人护理"},{"num":31,"value":"计生情趣"},{"num":32,"value":"图书"},{"num":33,"value":"童书"},{"num":34,"value":"文学"}],"default":"","beforeJS":"arguments[0].innerText = arguments[0].innerText.replace(\"男\", \"Nan\")","beforeJSWaitTime":0,"JS":"return arguments[0].innerText + \" Pro\"","JSWaitTime":0,"afterJS":"arguments[0].innerText = arguments[0].innerText.replace(\"Na\",\"TEST\")","afterJSWaitTime":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数14_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://shuma.jd.com/"},{"num":2,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":3,"value":"https://diannao.jd.com/"},{"num":4,"value":"https://bg.jd.com/"},{"num":5,"value":"https://channel.jd.com/jf.html"},{"num":6,"value":"https://channel.jd.com/home.html"},{"num":7,"value":"https://channel.jd.com/kitchenware.html"},{"num":8,"value":"https://channel.jd.com/furniture.html"},{"num":9,"value":"https://jzjc.jd.com/"},{"num":10,"value":"https://channel.jd.com/9855-9856.html"},{"num":11,"value":"https://pro.jd.com/mall/active/2u2DR1dUiK34csAE3DqmcG8aXvUK/index.html"},{"num":12,"value":"https://channel.jd.com/underwear.html"},{"num":13,"value":"https://channel.jd.com/1315-1342.html"},{"num":14,"value":"https://channel.jd.com/women.html"},{"num":15,"value":"https://list.jd.com/list.html?cat=1319,11842"},{"num":16,"value":"https://channel.jd.com/bag.html"},{"num":17,"value":"https://channel.jd.com/watch.html"},{"num":18,"value":"https://channel.jd.com/jewellery.html"},{"num":19,"value":"https://channel.jd.com/womensshoes.html"},{"num":20,"value":"https://phat.jd.com/10-109.html"},{"num":21,"value":"https://channel.jd.com/outdoor.html"},{"num":22,"value":"https://channel.jd.com/mensshoes.html"},{"num":23,"value":"https://che.jd.com/"},{"num":24,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":25,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":26,"value":"https://channel.jd.com/feed.html"},{"num":27,"value":"https://toy.jd.com/"},{"num":28,"value":"https://channel.jd.com/pet.html"},{"num":29,"value":"https://channel.jd.com/beauty.html"},{"num":30,"value":"https://lady.jd.com/"},{"num":31,"value":"https://channel.jd.com/9192-9196.html"},{"num":32,"value":"https://book.jd.com/"},{"num":33,"value":"https://book.jd.com/children.html"},{"num":34,"value":"https://channel.jd.com/p_wenxuezongheguan.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}]}},{"id":3,"index":6,"parentId":0,"type":0,"option":5,"title":"自定义操作","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":0,"code":"return window.innerHeight","waitTime":0,"recordASField":true}},{"id":-1,"index":7,"parentId":0,"type":0,"option":5,"title":"自定义操作","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":15,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":"1","code":"python D:/test.py","waitTime":0,"recordASField":0}},{"id":4,"index":8,"parentId":0,"type":0,"option":5,"title":"自定义操作2","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":10,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":"1","code":"python D:/test.py","waitTime":0,"recordASField":true}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/40.json b/Releases/EasySpider_windows_amd64/tasks/40.json deleted file mode 100644 index d5738cd..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/40.json +++ /dev/null @@ -1,197 +0,0 @@ -{ - "id": 40, - "name": "命令测试", - "url": "https://www.jd.com", - "links": "https://www.jd.com", - "containJudge": false, - "desc": "https://www.jd.com", - "inputParameters": [ - { - "id": 0, - "name": "urlList_0", - "nodeId": 1, - "nodeName": "打开网页", - "value": "https://www.jd.com", - "desc": "要采集的网址列表,多行以\\n分开", - "type": "string", - "exampleValue": "https://www.jd.com" - }, - { - "id": 1, - "name": "inputText_1", - "nodeName": "输入文字", - "nodeId": 2, - "desc": "要输入的文本,如京东搜索框输入:电脑", - "type": "string", - "exampleValue": "123", - "value": "123" - } - ], - "outputParameters": [ - { - "id": 0, - "name": "参数1_文本", - "desc": "", - "type": "string", - "exampleValue": "领券中心今日推荐" - } - ], - "graph": [ - { - "index": 0, - "id": 0, - "parentId": 0, - "type": -1, - "option": 0, - "title": "root", - "sequence": [ - 1, - 2, - 3, - 4 - ], - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0 - }, - "isInLoop": false - }, - { - "id": 1, - "index": 1, - "parentId": 0, - "type": 0, - "option": 1, - "title": "打开网页", - "sequence": [], - "isInLoop": false, - "position": 0, - "parameters": { - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "url": "https://www.jd.com", - "links": "https://www.jd.com", - "scrollType": 0, - "scrollCount": 0 - } - }, - { - "id": 2, - "index": 2, - "parentId": 0, - "type": 0, - "option": 4, - "title": "输入文字", - "sequence": [], - "isInLoop": false, - "position": 1, - "parameters": { - "history": 4, - "tabIndex": -1, - "useLoop": false, - "xpath": "//*[@id=\"key\"]", - "wait": 0, - "beforeJS": "arguments[0].value = \"手机\"", - "beforeJSWaitTime": 0, - "afterJS": "arguments[0].value = arguments[0].value + \"价格\"", - "afterJSWaitTime": 0, - "value": "123", - "allXPaths": [ - "/html/body/div[4]/div[1]/div[2]/div[1]/input[1]", - "//input[contains(., '')]", - "id(\"key\")", - "//INPUT[@class='text defcolor']" - ] - } - }, - { - "id": 3, - "index": 3, - "parentId": 0, - "type": 0, - "option": 2, - "title": "点击元素", - "sequence": [], - "isInLoop": false, - "position": 2, - "parameters": { - "history": 4, - "tabIndex": -1, - "useLoop": false, - "xpath": "//*[contains(@class, \"welcome\")]", - "wait": 0, - "beforeJS": "arguments[0].innerText = arguments[0].innerText + \"淘宝\"", - "beforeJSWaitTime": 0, - "afterJS": "arguments[0].innerText = arguments[0].innerText + \"天猫\"", - "afterJSWaitTime": 0, - "scrollType": 0, - "scrollCount": 0, - "paras": [], - "allXPaths": [ - "/html/body/div[5]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]", - "//div[contains(., 'HI~欢迎来到京东!')]", - "//DIV[@class='welcome']" - ] - } - }, - { - "id": 4, - "index": 4, - "parentId": 0, - "type": 0, - "option": 3, - "title": "提取数据", - "sequence": [], - "isInLoop": false, - "position": 3, - "parameters": { - "history": 4, - "tabIndex": -1, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "paras": [ - { - "nodeType": 0, - "contentType": 0, - "relative": false, - "name": "参数1_文本", - "desc": "", - "extractType": 0, - "relativeXPath": "/html/body/div[4]/div[1]/ul[1]", - "allXPaths": [ - "/html/body/div[4]/div[1]/ul[1]", - "//ul[contains(., '领券中心今日推荐')]", - "id(\"nav-list\")" - ], - "exampleValues": [ - { - "num": 0, - "value": "领券中心今日推荐" - } - ], - "default": "", - "beforeJS": "arguments[0].innerText = arguments[0].innerText + \"1\"", - "beforeJSWaitTime": 0, - "JS": "", - "JSWaitTime": 0, - "afterJS": "arguments[0].innerText = arguments[0].innerText + \"2\"", - "afterJSWaitTime": 0 - } - ] - } - } - ] -} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/41.json b/Releases/EasySpider_windows_amd64/tasks/41.json deleted file mode 100644 index 60f2058..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/41.json +++ /dev/null @@ -1 +0,0 @@ -{"id":41,"name":"自定义操作示例","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/19/2023, 1:04:24 AM","containJudge":false,"desc":"0.3.0及以上","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/手机/数码"},{"id":1,"name":"自定义操作","desc":"自定义操作返回的数据","type":"string","exampleValue":""},{"id":2,"name":"自定义操作2","desc":"自定义操作返回的数据","type":"string","exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":5,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":9,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"arguments[0].innerText = arguments[0].innerText + \"类别\"","beforeJSWaitTime":0,"JS":"return arguments[0].innerText.replace(\"女\", \"Girl\")","JSWaitTime":0,"afterJS":"arguments[0].innerText = \"类别2\" + arguments[0].innerText","afterJSWaitTime":0}],"loopType":1}},{"id":3,"index":4,"parentId":0,"type":0,"option":5,"title":"自定义操作","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":0,"code":"return window.innerHeight","waitTime":0,"recordASField":true}},{"id":4,"index":5,"parentId":0,"type":0,"option":5,"title":"自定义操作2","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":20,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":"1","code":"python D:/test.py","waitTime":0,"recordASField":true}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/42.json b/Releases/EasySpider_windows_amd64/tasks/42.json deleted file mode 100644 index bcdb2d4..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/42.json +++ /dev/null @@ -1 +0,0 @@ -{"id":42,"name":"高级循环和判断","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/19/2023, 2:36:17 AM","containJudge":true,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"自定义操作","desc":"自定义操作返回的数据","type":"string","exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":"6","pathList":"","textList":"","code":"python D:/test.py","waitTime":0,"exitCount":0,"historyWait":2}},{"id":6,"index":3,"parentId":4,"type":0,"option":5,"title":"自定义操作","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":0,"code":"return window.innerHeight","waitTime":0,"recordASField":"1"}},{"id":3,"index":4,"parentId":2,"type":2,"option":9,"title":"判断条件","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":4,"parentId":3,"index":5,"type":3,"option":10,"title":"条件分支","sequence":[3],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"5","value":"","code":"return window.innerWidth > 500","waitTime":0},"position":0},{"id":5,"parentId":3,"index":6,"type":3,"option":10,"title":"条件分支","sequence":[7],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":7,"index":7,"parentId":5,"type":0,"option":5,"title":"自定义操作2","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":"1","code":"python D:/test.py","waitTime":0,"recordASField":0}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/43.json b/Releases/EasySpider_windows_amd64/tasks/43.json deleted file mode 100644 index bd03da2..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/43.json +++ /dev/null @@ -1 +0,0 @@ -{"id":43,"name":"当前循环项JS判断条件","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/19/2023, 2:39:57 AM","containJudge":true,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"手机"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://shouji.jd.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","scrollType":0,"scrollCount":0}},{"id":-1,"index":2,"parentId":2,"type":2,"option":9,"title":"判断条件","sequence":[3,4],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":-1,"parentId":3,"index":3,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":0},{"id":-1,"parentId":3,"index":4,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":-1,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[2],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2}},{"id":2,"index":6,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[8],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div/a","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]"]}},{"id":6,"index":7,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"数码"},{"num":2,"value":"家用电器"},{"num":3,"value":"电脑"},{"num":4,"value":"办公"},{"num":5,"value":"家纺"},{"num":6,"value":"家居"},{"num":7,"value":"厨具"},{"num":8,"value":"家具"},{"num":9,"value":"家装"},{"num":10,"value":"灯具"},{"num":11,"value":"工业品"},{"num":12,"value":"内衣"},{"num":13,"value":"男装"},{"num":14,"value":"女装"},{"num":15,"value":"童装"},{"num":16,"value":"箱包"},{"num":17,"value":"钟表"},{"num":18,"value":"珠宝"},{"num":19,"value":"女鞋"},{"num":20,"value":"运动"},{"num":21,"value":"户外"},{"num":22,"value":"男鞋"},{"num":23,"value":"汽车用品"},{"num":24,"value":"车载电器"},{"num":25,"value":"母婴"},{"num":26,"value":"洗护喂养"},{"num":27,"value":"玩具乐器"},{"num":28,"value":"宠物生活"},{"num":29,"value":"家庭清洁"},{"num":30,"value":"个人护理"},{"num":31,"value":"计生情趣"},{"num":32,"value":"图书"},{"num":33,"value":"童书"},{"num":34,"value":"文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://shuma.jd.com/"},{"num":2,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":3,"value":"https://diannao.jd.com/"},{"num":4,"value":"https://bg.jd.com/"},{"num":5,"value":"https://channel.jd.com/jf.html"},{"num":6,"value":"https://channel.jd.com/home.html"},{"num":7,"value":"https://channel.jd.com/kitchenware.html"},{"num":8,"value":"https://channel.jd.com/furniture.html"},{"num":9,"value":"https://jzjc.jd.com/"},{"num":10,"value":"https://channel.jd.com/9855-9856.html"},{"num":11,"value":"https://pro.jd.com/mall/active/2u2DR1dUiK34csAE3DqmcG8aXvUK/index.html"},{"num":12,"value":"https://channel.jd.com/underwear.html"},{"num":13,"value":"https://channel.jd.com/1315-1342.html"},{"num":14,"value":"https://channel.jd.com/women.html"},{"num":15,"value":"https://list.jd.com/list.html?cat=1319,11842"},{"num":16,"value":"https://channel.jd.com/bag.html"},{"num":17,"value":"https://channel.jd.com/watch.html"},{"num":18,"value":"https://channel.jd.com/jewellery.html"},{"num":19,"value":"https://channel.jd.com/womensshoes.html"},{"num":20,"value":"https://phat.jd.com/10-109.html"},{"num":21,"value":"https://channel.jd.com/outdoor.html"},{"num":22,"value":"https://channel.jd.com/mensshoes.html"},{"num":23,"value":"https://che.jd.com/"},{"num":24,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":25,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":26,"value":"https://channel.jd.com/feed.html"},{"num":27,"value":"https://toy.jd.com/"},{"num":28,"value":"https://channel.jd.com/pet.html"},{"num":29,"value":"https://channel.jd.com/beauty.html"},{"num":30,"value":"https://lady.jd.com/"},{"num":31,"value":"https://channel.jd.com/9192-9196.html"},{"num":32,"value":"https://book.jd.com/"},{"num":33,"value":"https://book.jd.com/children.html"},{"num":34,"value":"https://channel.jd.com/p_wenxuezongheguan.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}],"loopType":1}},{"id":3,"index":8,"parentId":2,"type":2,"option":9,"title":"判断条件","sequence":[9,10],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":4,"parentId":3,"index":9,"type":3,"option":10,"title":"条件分支","sequence":[7],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"7","value":"","code":"return arguments[0].innerText.length >= 3","waitTime":0},"position":0},{"id":5,"parentId":3,"index":10,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/44.json b/Releases/EasySpider_windows_amd64/tasks/44.json deleted file mode 100644 index 01df586..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/44.json +++ /dev/null @@ -1 +0,0 @@ -{"id":44,"name":"元素截图","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/19/2023, 3:17:56 AM","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":7,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/45.json b/Releases/EasySpider_windows_amd64/tasks/45.json deleted file mode 100644 index aa9164e..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/45.json +++ /dev/null @@ -1 +0,0 @@ -{"id":45,"name":"新web采集任务","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/19/2023, 3:19:53 AM","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"\n 请使用高版本浏览器访问效果更好,推荐谷歌浏览器\n \n \n \n \n \t\t\t\t\t\t\t\t\t\t\t海外 \t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t北京上海天津重庆河北山西河南辽宁吉林黑龙江内蒙古江苏山东安徽浙江福建湖北湖南广东广西江西四川海南贵州云南西藏陕西甘肃青海宁夏新疆港澳台湾钓鱼岛海外 \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t 地区专享版本 \t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t中國港澳 \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t中國台灣 \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t京东全球 \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t Available Sites \t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tGlobal Site \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tСайт России \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tSitus Indonesia \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tSitio de España \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t เว็บไซต์ประเทศไทย \t\t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t\t\n \n \n 你好,请登录  免费注册\n \n \n 我的订单\n \n \n \n \n 我的京东\n \n \n \n \n \n 京东会员\n \n \n \t\t\t\t\t\t\t\t\t\t\t\t企业采购\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n \n \n 客户服务\n \n \n \n \n 网站导航\n \n \n \n \n \n 手机京东\n \n \n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n 网站无障碍\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n  ;0\n 我的购物车\n \n \n \n 平板電腦爆款耳機手機數據線年貨節\n \n 领券中心今日推荐\n \n \n /手机/数码/家用电器/电脑/办公/家纺/家居/厨具/家具/家装/灯具/工业品/内衣/男装/女装/童装/箱包/钟表/珠宝/女鞋/运动/户外/男鞋/汽车用品/车载电器/母婴/洗护喂养/玩具乐器/宠物生活/家庭清洁/个人护理/计生情趣/图书/童书/文学1234HI~欢迎来到京东!登录|注册新人福利PLUS会员全球特讯更多马来西亚、韩国海运服务上线通知集运仓库免费存放期限通知物流售后政策国际支付企业采购客户服务\"京\"挑细选频道广场为你推荐伊利金领冠 珍护系列 幼儿配方奶粉 3段 (1-3岁幼儿适用) 900g¥368.00完美日记(PERFECT DIARY)周迅同款小细跟恣意出色丝绒细管口红情人节礼物520送女友老婆 L02 玫瑰小羊皮(蜜桃豆沙)¥139.00七匹狼皮带牛皮男士钱包自动扣裤腰带礼盒套装520情人节礼物送男友¥259.00亿播 云盒预装奇异果客户端4K高清网络电视机顶盒 无线WiFi直播投屏网络盒子全网通免月租电视盒子 8G华为4K海思芯片+VIP无广告软件+配件¥149.00飞鹤星飞帆 幼儿配方奶粉 3段(12-36个月适用) 700克 专利OPO¥299.00赛亿电风扇 小风扇/小台扇/迷你USB手持便携风扇学生宿舍办公室桌面小型可车载风扇FB4-01¥49.90绿驰 专业甲醛检测仪 测甲醛家用 TVOC空气质量检测仪器 pm2.5检测仪雾霾表 温湿度时间十一合一¥699.00惠氏启赋(Wyeth)进口幼儿配方奶粉蓝钻3段(12-36月) 810g¥409.00艾惟诺(Aveeno)婴儿润肤乳天然燕麦宝宝面霜乳液深层滋润舒缓柔嫩润肤乳227g¥115.00必酷蕾除甲醛魔盒新房装修甲醛清除剂果冻家用新车除味去味吸甲醛净化器¥179.00格尔顿背包 男女款大容量户外旅行包2020新款双肩包牛津布耐磨行李包防泼水登山包 红色升级大号(85升)【25%的人选择】¥109.00星特朗80EQ天文望远镜专业观星观景高清高倍大口径深空观测学生儿童节¥999.00智灵通迪儿软胶囊藻油dha270粒 (45粒x6瓶)¥1588.0059S 59秒内衣消毒机带烘干 家用婴儿宝宝衣物毛巾手机紫外线消毒盒 内裤杀菌烘干机家用多功能消毒器 P30(低温烘干版)¥899.00美洲野牛皮带男士自动扣头层真皮带商务休闲腰带时尚裤带情人节礼物送男友 银色跑车扣¥129.00伊利欣活【侯明昊推荐】纾糖奶粉800g 中老年奶粉 0蔗糖营养无负担¥239.90百草味 卤味大礼包510g 荤素集结鸭脖鸭翅鸭锁骨熟食整箱MJ 经典版 510g¥197.00电视果盒子5S PLUS 爱奇艺网络机顶盒电视盒子手机投屏器同屏 AI智能遥控器支持4K HDMI输入奇异果OS¥299.00原始黄金骆驼奶粉新疆正宗益生菌无蔗糖中老年成人奶粉高钙驼乳粉1罐330g¥410.00金士顿(Kingston)64GB TF(MicroSD) 存储卡 U1 A1 V10 手机内存卡 switch内存卡 读速100MB/s¥49.00迪奥Dior口红烈艳蓝金999 丝绒唇膏正红3.5g 生日 520礼物送女友¥380.00七匹狼男士本命年皮带牛皮自动扣结婚红裤腰带7A01036520礼物送男友老公¥99.00轻骑者 旅行包男手提大容量运动健身包干湿分离短途出差背包行李包 0122¥137.00京东京造 烘鞋器 干鞋器 烘干除臭 宿舍暖鞋器 成人鞋子烘干器¥51.90星特朗天秤805天文望远镜高清高倍观景观天两用专业观星观鸟镜儿童¥799.00花花公子皮带男真皮自动扣牛皮腰带时尚商务休闲中年青年裤带 礼盒装 款式一 真皮材质¥99.00伊利女士高铁高钙奶粉400g 益生菌 0蔗糖 轻盈好状态 25g*16条¥44.90小米盒子4S Pro 智能网络电视机顶盒 8K解码 16G存储 安卓网络盒子 高清网络播放器 HDR 手机无线投屏 白色¥399.00千里鹰(QANLIIY)便携式双筒望远镜升级版高倍高清夜视专业成人儿童户外小型望眼镜 猎鹰60X25升级版¥316.00金利来(Goldlion)男士皮带时尚牛皮腰带礼盒休闲男款商务自动扣裤带 520情人节礼物送男友¥198.00朗科(Netac)128GB TF(MicroSD)存储卡 A1 U3 V30 4K 高度耐用行车记录仪&监控摄像头内存卡 读速100MB/s¥73.90星特朗天文望远镜70400儿童专业观星观景大口径高清高倍儿童¥475.00三只松鼠多肉零食大礼包12袋1322g 麻辣牛肉纯肉干肉脯春游情人节送礼盒¥119.00稻草人男士皮带自动扣牛皮商务腰带休闲裤带送男友父亲¥59.00安佳(Anchor)新西兰原装进口 全脂奶粉900g罐装 送礼佳选 新老包装随机发货¥95.90banq 64GB TF(MicroSD)存储卡 A1 U3 V30 4K 行车记录仪&安防监控专用内存卡 高度耐用 读速100MB/s¥29.90\n \n \n \n 多品类齐全,轻松购物\n 快多仓直发,极速配送\n 好正品行货,精致服务\n 省天天低价,畅选无忧\n \n \n \n \n \n \n 购物指南购物流程会员简介常见问题\n 物流配送运费说明关税说明\n 帮助中心付款方式价格保证账户安全用户私隐协议全球售服务协议\n 联系我们客服联络商务合作\n 关注我们\n \n \n \n \n \n \n \n \n \n 关于我们|\n 联系我们|\n 联系客服|\n 合作招商|\n 商家帮助| 营销中心| 手机京东| 友情链接| 销售联盟| 京东社区|\n 风险监测| 隐私政策| 京东公益| English Site| Media & IR\n \n \n \n \n 京公网安备 11000002000088号|京ICP备11041704号|\n ICP|\n 互联网药品信息服务资格证编号(京)-经营性-2014-0008|新出发京零 字第大120007号\n \n \n 互联网出版许可证编号新出网证(京)字150号|\n 出版物经营许可证|\n 网络文化经营许可证京网文〔2020〕6112-1201号|违法和不良信息举报电话:4006561155\n \n \n Copyright © 2004 - 2023 京东JD.com 版权所有|消费者维权热线:4006067733\n 经营证照\n | (京)网械平台备字(2018)第00003号\n |\n 营业执照\n |\n 增值电信业务经营许可证\n \n \n \n |\n \n |\n \n |\n \n |\n \n \n \n 京东旗下网站: 京东钱包| 京东云\n \n \n \n 可信网站信用评估\n \n 诚信网站\n 中国互联网举报中心\n 网络举报APP下载\n 国家知识产权公共服务网\n \n \n \n \n \n \n \n function CNNIC_change(e){var n=document.getElementById(e).href,t=n.substring(0,n.length-6);t+=CNNIC_RndNum(6),document.getElementById(e).href=t}function CNNIC_RndNum(e){for(var n=\"\",t=0;t {\n var zhuzhanHtml = '
  • 京东大陆
  • '; \n $( \"#ttbar-mycity .areamini_inter_list\" ).append(zhuzhanHtml);\n };\n \n \n\n\n ✍操作提示框(可点此拖动) \n ● 已选中1个元素,您可以:\n 确认采集☺ 取消选择 Path: /html/body \n"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":7,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '请使用高版')]"],"exampleValues":[{"num":0,"value":"\n 请使用高版本浏览器访问效果更好,推荐谷歌浏览器\n \n \n \n \n \t\t\t\t\t\t\t\t\t\t\t海外 \t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t北京上海天津重庆河北山西河南辽宁吉林黑龙江内蒙古江苏山东安徽浙江福建湖北湖南广东广西江西四川海南贵州云南西藏陕西甘肃青海宁夏新疆港澳台湾钓鱼岛海外 \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t 地区专享版本 \t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t中國港澳 \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t中國台灣 \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t京东全球 \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t Available Sites \t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tGlobal Site \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tСайт России \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tSitus Indonesia \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\tSitio de España \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t เว็บไซต์ประเทศไทย \t\t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t\t\n \n \n 你好,请登录  免费注册\n \n \n 我的订单\n \n \n \n \n 我的京东\n \n \n \n \n \n 京东会员\n \n \n \t\t\t\t\t\t\t\t\t\t\t\t企业采购\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n \n \n 客户服务\n \n \n \n \n 网站导航\n \n \n \n \n \n 手机京东\n \n \n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n 网站无障碍\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n  ;0\n 我的购物车\n \n \n \n 平板電腦爆款耳機手機數據線年貨節\n \n 领券中心今日推荐\n \n \n /手机/数码/家用电器/电脑/办公/家纺/家居/厨具/家具/家装/灯具/工业品/内衣/男装/女装/童装/箱包/钟表/珠宝/女鞋/运动/户外/男鞋/汽车用品/车载电器/母婴/洗护喂养/玩具乐器/宠物生活/家庭清洁/个人护理/计生情趣/图书/童书/文学1234HI~欢迎来到京东!登录|注册新人福利PLUS会员全球特讯更多马来西亚、韩国海运服务上线通知集运仓库免费存放期限通知物流售后政策国际支付企业采购客户服务\"京\"挑细选频道广场为你推荐伊利金领冠 珍护系列 幼儿配方奶粉 3段 (1-3岁幼儿适用) 900g¥368.00完美日记(PERFECT DIARY)周迅同款小细跟恣意出色丝绒细管口红情人节礼物520送女友老婆 L02 玫瑰小羊皮(蜜桃豆沙)¥139.00七匹狼皮带牛皮男士钱包自动扣裤腰带礼盒套装520情人节礼物送男友¥259.00亿播 云盒预装奇异果客户端4K高清网络电视机顶盒 无线WiFi直播投屏网络盒子全网通免月租电视盒子 8G华为4K海思芯片+VIP无广告软件+配件¥149.00飞鹤星飞帆 幼儿配方奶粉 3段(12-36个月适用) 700克 专利OPO¥299.00赛亿电风扇 小风扇/小台扇/迷你USB手持便携风扇学生宿舍办公室桌面小型可车载风扇FB4-01¥49.90绿驰 专业甲醛检测仪 测甲醛家用 TVOC空气质量检测仪器 pm2.5检测仪雾霾表 温湿度时间十一合一¥699.00惠氏启赋(Wyeth)进口幼儿配方奶粉蓝钻3段(12-36月) 810g¥409.00艾惟诺(Aveeno)婴儿润肤乳天然燕麦宝宝面霜乳液深层滋润舒缓柔嫩润肤乳227g¥115.00必酷蕾除甲醛魔盒新房装修甲醛清除剂果冻家用新车除味去味吸甲醛净化器¥179.00格尔顿背包 男女款大容量户外旅行包2020新款双肩包牛津布耐磨行李包防泼水登山包 红色升级大号(85升)【25%的人选择】¥109.00星特朗80EQ天文望远镜专业观星观景高清高倍大口径深空观测学生儿童节¥999.00智灵通迪儿软胶囊藻油dha270粒 (45粒x6瓶)¥1588.0059S 59秒内衣消毒机带烘干 家用婴儿宝宝衣物毛巾手机紫外线消毒盒 内裤杀菌烘干机家用多功能消毒器 P30(低温烘干版)¥899.00美洲野牛皮带男士自动扣头层真皮带商务休闲腰带时尚裤带情人节礼物送男友 银色跑车扣¥129.00伊利欣活【侯明昊推荐】纾糖奶粉800g 中老年奶粉 0蔗糖营养无负担¥239.90百草味 卤味大礼包510g 荤素集结鸭脖鸭翅鸭锁骨熟食整箱MJ 经典版 510g¥197.00电视果盒子5S PLUS 爱奇艺网络机顶盒电视盒子手机投屏器同屏 AI智能遥控器支持4K HDMI输入奇异果OS¥299.00原始黄金骆驼奶粉新疆正宗益生菌无蔗糖中老年成人奶粉高钙驼乳粉1罐330g¥410.00金士顿(Kingston)64GB TF(MicroSD) 存储卡 U1 A1 V10 手机内存卡 switch内存卡 读速100MB/s¥49.00迪奥Dior口红烈艳蓝金999 丝绒唇膏正红3.5g 生日 520礼物送女友¥380.00七匹狼男士本命年皮带牛皮自动扣结婚红裤腰带7A01036520礼物送男友老公¥99.00轻骑者 旅行包男手提大容量运动健身包干湿分离短途出差背包行李包 0122¥137.00京东京造 烘鞋器 干鞋器 烘干除臭 宿舍暖鞋器 成人鞋子烘干器¥51.90星特朗天秤805天文望远镜高清高倍观景观天两用专业观星观鸟镜儿童¥799.00花花公子皮带男真皮自动扣牛皮腰带时尚商务休闲中年青年裤带 礼盒装 款式一 真皮材质¥99.00伊利女士高铁高钙奶粉400g 益生菌 0蔗糖 轻盈好状态 25g*16条¥44.90小米盒子4S Pro 智能网络电视机顶盒 8K解码 16G存储 安卓网络盒子 高清网络播放器 HDR 手机无线投屏 白色¥399.00千里鹰(QANLIIY)便携式双筒望远镜升级版高倍高清夜视专业成人儿童户外小型望眼镜 猎鹰60X25升级版¥316.00金利来(Goldlion)男士皮带时尚牛皮腰带礼盒休闲男款商务自动扣裤带 520情人节礼物送男友¥198.00朗科(Netac)128GB TF(MicroSD)存储卡 A1 U3 V30 4K 高度耐用行车记录仪&监控摄像头内存卡 读速100MB/s¥73.90星特朗天文望远镜70400儿童专业观星观景大口径高清高倍儿童¥475.00三只松鼠多肉零食大礼包12袋1322g 麻辣牛肉纯肉干肉脯春游情人节送礼盒¥119.00稻草人男士皮带自动扣牛皮商务腰带休闲裤带送男友父亲¥59.00安佳(Anchor)新西兰原装进口 全脂奶粉900g罐装 送礼佳选 新老包装随机发货¥95.90banq 64GB TF(MicroSD)存储卡 A1 U3 V30 4K 行车记录仪&安防监控专用内存卡 高度耐用 读速100MB/s¥29.90\n \n \n \n 多品类齐全,轻松购物\n 快多仓直发,极速配送\n 好正品行货,精致服务\n 省天天低价,畅选无忧\n \n \n \n \n \n \n 购物指南购物流程会员简介常见问题\n 物流配送运费说明关税说明\n 帮助中心付款方式价格保证账户安全用户私隐协议全球售服务协议\n 联系我们客服联络商务合作\n 关注我们\n \n \n \n \n \n \n \n \n \n 关于我们|\n 联系我们|\n 联系客服|\n 合作招商|\n 商家帮助| 营销中心| 手机京东| 友情链接| 销售联盟| 京东社区|\n 风险监测| 隐私政策| 京东公益| English Site| Media & IR\n \n \n \n \n 京公网安备 11000002000088号|京ICP备11041704号|\n ICP|\n 互联网药品信息服务资格证编号(京)-经营性-2014-0008|新出发京零 字第大120007号\n \n \n 互联网出版许可证编号新出网证(京)字150号|\n 出版物经营许可证|\n 网络文化经营许可证京网文〔2020〕6112-1201号|违法和不良信息举报电话:4006561155\n \n \n Copyright © 2004 - 2023 京东JD.com 版权所有|消费者维权热线:4006067733\n 经营证照\n | (京)网械平台备字(2018)第00003号\n |\n 营业执照\n |\n 增值电信业务经营许可证\n \n \n \n |\n \n |\n \n |\n \n |\n \n \n \n 京东旗下网站: 京东钱包| 京东云\n \n \n \n 可信网站信用评估\n \n 诚信网站\n 中国互联网举报中心\n 网络举报APP下载\n 国家知识产权公共服务网\n \n \n \n \n \n \n \n function CNNIC_change(e){var n=document.getElementById(e).href,t=n.substring(0,n.length-6);t+=CNNIC_RndNum(6),document.getElementById(e).href=t}function CNNIC_RndNum(e){for(var n=\"\",t=0;t {\n var zhuzhanHtml = '
  • 京东大陆
  • '; \n $( \"#ttbar-mycity .areamini_inter_list\" ).append(zhuzhanHtml);\n };\n \n \n\n\n ✍操作提示框(可点此拖动) \n ● 已选中1个元素,您可以:\n 确认采集☺ 取消选择 Path: /html/body \n"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/46.json b/Releases/EasySpider_windows_amd64/tasks/46.json deleted file mode 100644 index 4f436dc..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/46.json +++ /dev/null @@ -1 +0,0 @@ -{"id":46,"name":"百度文库","url":"https://wenku.baidu.com/view/98593fe25ff7ba0d4a7302768e9951e79b896989.html?fr=hp_Database&_wkts_=1684437368706","links":"https://wenku.baidu.com/view/98593fe25ff7ba0d4a7302768e9951e79b896989.html?fr=hp_Database&_wkts_=1684437368706","create_time":"5/19/2023, 3:24:01 AM","containJudge":false,"desc":"https://wenku.baidu.com/view/98593fe25ff7ba0d4a7302768e9951e79b896989.html?fr=hp_Database&_wkts_=1684437368706","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://wenku.baidu.com/view/98593fe25ff7ba0d4a7302768e9951e79b896989.html?fr=hp_Database&_wkts_=1684437368706","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://wenku.baidu.com/view/98593fe25ff7ba0d4a7302768e9951e79b896989.html?fr=hp_Database&_wkts_=1684437368706"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://wenku.baidu.com/view/98593fe25ff7ba0d4a7302768e9951e79b896989.html?fr=hp_Database&_wkts_=1684437368706","links":"https://wenku.baidu.com/view/98593fe25ff7ba0d4a7302768e9951e79b896989.html?fr=hp_Database&_wkts_=1684437368706","scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//canvas","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[3]/div[2]/div[2]/div[4]/div[1]/div[1]/div[3]/div[2]/div[1]/canvas[1]","//canvas[contains(., '')]","id(\"original-creader-canvas-1\")","//CANVAS[@class='creader-canvas']"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":8,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":""},{"num":1,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/47.json b/Releases/EasySpider_windows_amd64/tasks/47.json deleted file mode 100644 index 9d96092..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/47.json +++ /dev/null @@ -1 +0,0 @@ -{"id":47,"name":"OCR","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/19/2023, 3:35:21 AM","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_图片地址","desc":"","type":"string","exampleValue":"//m.360buyimg.com/babel/jfs/t1/67826/3/24736/33064/63fffd07F86731bb8/b7f9381b8f3b98b1.png"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":8,"relative":false,"name":"参数1_图片地址","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/a[1]/img[1]","allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/a[1]/img[1]","//img[contains(., '')]"],"exampleValues":[{"num":0,"value":"//m.360buyimg.com/babel/jfs/t1/67826/3/24736/33064/63fffd07F86731bb8/b7f9381b8f3b98b1.png"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/48.json b/Releases/EasySpider_windows_amd64/tasks/48.json deleted file mode 100644 index 2b363cf..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/48.json +++ /dev/null @@ -1 +0,0 @@ -{"id":48,"name":"新web采集任务","url":"http://www.ceic.ac.cn/history","links":"http://www.ceic.ac.cn/history","create_time":"5/19/2023, 11:10:59 PM","containJudge":true,"desc":"http://www.ceic.ac.cn/history","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"http://www.ceic.ac.cn/history","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"http://www.ceic.ac.cn/history"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"1","value":"1"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"3.2"},{"id":1,"name":"参数2_文本","desc":"","type":"string","exampleValue":"2023-05-1918:26:43"},{"id":2,"name":"参数3_文本","desc":"","type":"string","exampleValue":"41.31"},{"id":3,"name":"参数4_文本","desc":"","type":"string","exampleValue":"84.03"},{"id":4,"name":"参数5_文本","desc":"","type":"string","exampleValue":"10"},{"id":5,"name":"参数6_链接文本","desc":"","type":"string","exampleValue":"新疆巴音郭楞州轮台县"},{"id":6,"name":"参数7_链接地址","desc":"","type":"string","exampleValue":"https://news.ceic.ac.cn/CD20230519182644.html"},{"id":7,"name":"参数8_文本","desc":"","type":"string","exampleValue":"震级(M)"},{"id":8,"name":"参数9_文本","desc":"","type":"string","exampleValue":"发震时刻(UTC+8)"},{"id":9,"name":"参数10_文本","desc":"","type":"string","exampleValue":"纬度(°)"},{"id":10,"name":"参数11_文本","desc":"","type":"string","exampleValue":"经度(°)"},{"id":11,"name":"参数12_文本","desc":"","type":"string","exampleValue":"深度(千米)"},{"id":12,"name":"参数13_文本","desc":"","type":"string","exampleValue":"参考位置"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"http://www.ceic.ac.cn/history","links":"http://www.ceic.ac.cn/history","maxWaitTime":10,"scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"weidu1\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"1","allXPaths":["/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]","//input[contains(., '')]","id(\"weidu1\")","//INPUT[@class='span1']","//INPUT[@name='weidu1']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"search\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/form[1]/div[5]/a[1]","//a[contains(., '查询')]","id(\"search\")","//A[@class='check']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/table[1]/tbody[1]/tr","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/table[1]/tbody[1]/tr[1]","//tr[contains(., '震级(M)发震时刻(')]","//TR[@class='speed-tr-h1']"]}},{"id":8,"index":5,"parentId":6,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":1,"relative":true,"name":"参数1_文本","desc":"","relativeXPath":"/td[1]","allXPaths":["/td[1]","//td[contains(., '3.2')]"],"exampleValues":[{"num":0,"value":"3.2"},{"num":2,"value":"3.9"},{"num":3,"value":"6.4"},{"num":4,"value":"4.5"},{"num":5,"value":"3.0"},{"num":6,"value":"5.5"},{"num":7,"value":"3.0"},{"num":8,"value":"5.3"},{"num":9,"value":"5.5"},{"num":10,"value":"4.0"},{"num":11,"value":"3.0"},{"num":12,"value":"4.2"},{"num":13,"value":"4.5"},{"num":14,"value":"5.9"},{"num":15,"value":"3.6"},{"num":16,"value":"3.3"},{"num":17,"value":"3.1"},{"num":18,"value":"3.1"},{"num":19,"value":"2.3"},{"num":20,"value":"3.0"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数2_文本","desc":"","relativeXPath":"/td[2]","allXPaths":["/td[2]","//td[contains(., '2023-05-19')]"],"exampleValues":[{"num":0,"value":"2023-05-1918:26:43"},{"num":2,"value":"2023-05-1905:18:32"},{"num":3,"value":"2023-05-1807:02:01"},{"num":4,"value":"2023-05-1705:56:23"},{"num":5,"value":"2023-05-1619:28:37"},{"num":6,"value":"2023-05-1418:11:34"},{"num":7,"value":"2023-05-1416:49:13"},{"num":8,"value":"2023-05-1416:21:42"},{"num":9,"value":"2023-05-1207:19:45"},{"num":10,"value":"2023-05-1206:07:18"},{"num":11,"value":"2023-05-1204:49:57"},{"num":12,"value":"2023-05-1204:32:10"},{"num":13,"value":"2023-05-1202:34:04"},{"num":14,"value":"2023-05-1121:33:11"},{"num":15,"value":"2023-05-1008:38:11"},{"num":16,"value":"2023-05-0919:23:29"},{"num":17,"value":"2023-05-0918:22:15"},{"num":18,"value":"2023-05-0914:12:22"},{"num":19,"value":"2023-05-0912:31:46"},{"num":20,"value":"2023-05-0804:06:46"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数3_文本","desc":"","relativeXPath":"/td[3]","allXPaths":["/td[3]","//td[contains(., '41.31')]"],"exampleValues":[{"num":0,"value":"41.31"},{"num":2,"value":"33.48"},{"num":3,"value":"15.10"},{"num":4,"value":"42.78"},{"num":5,"value":"28.08"},{"num":6,"value":"33.60"},{"num":7,"value":"38.14"},{"num":8,"value":"33.35"},{"num":9,"value":"40.25"},{"num":10,"value":"29.62"},{"num":11,"value":"29.66"},{"num":12,"value":"29.63"},{"num":13,"value":"29.64"},{"num":14,"value":"24.00"},{"num":15,"value":"28.11"},{"num":16,"value":"41.20"},{"num":17,"value":"35.78"},{"num":18,"value":"41.07"},{"num":19,"value":"37.51"},{"num":20,"value":"29.72"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数4_文本","desc":"","relativeXPath":"/td[4]","allXPaths":["/td[4]","//td[contains(., '84.03')]"],"exampleValues":[{"num":0,"value":"84.03"},{"num":2,"value":"91.05"},{"num":3,"value":"-90.90"},{"num":4,"value":"80.59"},{"num":5,"value":"105.12"},{"num":6,"value":"139.45"},{"num":7,"value":"75.66"},{"num":8,"value":"139.40"},{"num":9,"value":"-120.90"},{"num":10,"value":"102.03"},{"num":11,"value":"102.01"},{"num":12,"value":"102.02"},{"num":13,"value":"102.04"},{"num":14,"value":"125.40"},{"num":15,"value":"105.09"},{"num":16,"value":"83.28"},{"num":17,"value":"79.81"},{"num":18,"value":"78.84"},{"num":19,"value":"115.07"},{"num":20,"value":"103.26"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数5_文本","desc":"","relativeXPath":"/td[5]","allXPaths":["/td[5]","//td[contains(., '10')]"],"exampleValues":[{"num":0,"value":"10"},{"num":2,"value":"10"},{"num":3,"value":"250"},{"num":4,"value":"10"},{"num":5,"value":"10"},{"num":6,"value":"10"},{"num":7,"value":"118"},{"num":8,"value":"10"},{"num":9,"value":"10"},{"num":10,"value":"10"},{"num":11,"value":"9"},{"num":12,"value":"10"},{"num":13,"value":"10"},{"num":14,"value":"10"},{"num":15,"value":"8"},{"num":16,"value":"15"},{"num":17,"value":"10"},{"num":18,"value":"10"},{"num":19,"value":"10"},{"num":20,"value":"18"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数6_链接文本","desc":"","relativeXPath":"/td[6]/a[1]","allXPaths":["/td[6]/a[1]","//a[contains(., '新疆巴音郭楞州轮台县')]","id(\"cid\")"],"exampleValues":[{"num":0,"value":"新疆巴音郭楞州轮台县"},{"num":2,"value":"青海海西州唐古拉地区"},{"num":3,"value":"危地马拉"},{"num":4,"value":"新疆伊犁州昭苏县"},{"num":5,"value":"四川宜宾市兴文县"},{"num":6,"value":"日本本州东南海域"},{"num":7,"value":"新疆克孜勒苏州阿克陶县"},{"num":8,"value":"日本本州东南海域"},{"num":9,"value":"美国加利福尼亚州"},{"num":10,"value":"四川甘孜州泸定县"},{"num":11,"value":"四川甘孜州泸定县"},{"num":12,"value":"四川甘孜州泸定县"},{"num":13,"value":"四川甘孜州泸定县"},{"num":14,"value":"琉球群岛"},{"num":15,"value":"四川宜宾市兴文县"},{"num":16,"value":"新疆阿克苏地区库车市"},{"num":17,"value":"新疆和田地区和田县"},{"num":18,"value":"新疆阿克苏地区乌什县"},{"num":19,"value":"河北邢台市宁晋县"},{"num":20,"value":"四川眉山市洪雅县"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数7_链接地址","desc":"","relativeXPath":"/td[6]/a[1]","allXPaths":["/td[6]/a[1]","//a[contains(., '新疆巴音郭楞州轮台县')]","id(\"cid\")"],"exampleValues":[{"num":0,"value":"https://news.ceic.ac.cn/CD20230519182644.html"},{"num":2,"value":"https://news.ceic.ac.cn/CD20230519051833.html"},{"num":3,"value":"https://news.ceic.ac.cn/CC20230518070201.html"},{"num":4,"value":"https://news.ceic.ac.cn/CD20230517055623.html"},{"num":5,"value":"https://news.ceic.ac.cn/CD20230516192837.html"},{"num":6,"value":"https://news.ceic.ac.cn/CC20230514181134.html"},{"num":7,"value":"https://news.ceic.ac.cn/CD20230514164913.html"},{"num":8,"value":"https://news.ceic.ac.cn/CC20230514162142.html"},{"num":9,"value":"https://news.ceic.ac.cn/CC20230512071946.html"},{"num":10,"value":"https://news.ceic.ac.cn/CC20230512060719.html"},{"num":11,"value":"https://news.ceic.ac.cn/CD20230512044957.html"},{"num":12,"value":"https://news.ceic.ac.cn/CC20230512043211.html"},{"num":13,"value":"https://news.ceic.ac.cn/CC20230512023404.html"},{"num":14,"value":"https://news.ceic.ac.cn/CC20230511213311.html"},{"num":15,"value":"https://news.ceic.ac.cn/CC20230510083811.html"},{"num":16,"value":"https://news.ceic.ac.cn/CD20230509192329.html"},{"num":17,"value":"https://news.ceic.ac.cn/CD20230509182216.html"},{"num":18,"value":"https://news.ceic.ac.cn/CD20230509141222.html"},{"num":19,"value":"https://news.ceic.ac.cn/CD20230509123147.html"},{"num":20,"value":"https://news.ceic.ac.cn/CD20230508040647.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数8_文本","desc":"","relativeXPath":"/th[1]","allXPaths":["/th[1]","//th[contains(., '震级(M)')]"],"exampleValues":[{"num":1,"value":"震级(M)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数9_文本","desc":"","relativeXPath":"/th[2]","allXPaths":["/th[2]","//th[contains(., '发震时刻(UTC+8')]"],"exampleValues":[{"num":1,"value":"发震时刻(UTC+8)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数10_文本","desc":"","relativeXPath":"/th[3]","allXPaths":["/th[3]","//th[contains(., '纬度(°)')]"],"exampleValues":[{"num":1,"value":"纬度(°)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数11_文本","desc":"","relativeXPath":"/th[4]","allXPaths":["/th[4]","//th[contains(., '经度(°)')]"],"exampleValues":[{"num":1,"value":"经度(°)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数12_文本","desc":"","relativeXPath":"/th[5]","allXPaths":["/th[5]","//th[contains(., '深度(千米)')]"],"exampleValues":[{"num":1,"value":"深度(千米)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数13_文本","desc":"","relativeXPath":"/th[6]","allXPaths":["/th[6]","//th[contains(., '参考位置')]"],"exampleValues":[{"num":1,"value":"参考位置"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}],"loopType":1}},{"id":5,"index":6,"parentId":4,"type":2,"option":9,"title":"判断条件","sequence":[7,8],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":6,"parentId":5,"index":7,"type":3,"option":10,"title":"条件分支","sequence":[5],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"3","value":"10","code":"","waitTime":0},"position":0},{"id":7,"parentId":5,"index":8,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/49.json b/Releases/EasySpider_windows_amd64/tasks/49.json deleted file mode 100644 index 2511070..0000000 --- a/Releases/EasySpider_windows_amd64/tasks/49.json +++ /dev/null @@ -1 +0,0 @@ -{"id":49,"name":"地震台网判断案例","url":"http://www.ceic.ac.cn/history","links":"http://www.ceic.ac.cn/history","create_time":"5/20/2023, 7:54:57 PM","containJudge":true,"desc":"http://www.ceic.ac.cn/history","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"http://www.ceic.ac.cn/history","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"http://www.ceic.ac.cn/history"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"1","value":"1"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2.8"},{"id":1,"name":"参数2_文本","desc":"","type":"string","exampleValue":"2023-05-2011:51:38"},{"id":2,"name":"参数3_文本","desc":"","type":"string","exampleValue":"24.97"},{"id":3,"name":"参数4_文本","desc":"","type":"string","exampleValue":"99.26"},{"id":4,"name":"参数5_文本","desc":"","type":"string","exampleValue":"10"},{"id":5,"name":"参数6_链接文本","desc":"","type":"string","exampleValue":"云南保山市隆阳区"},{"id":6,"name":"参数7_链接地址","desc":"","type":"string","exampleValue":"https://news.ceic.ac.cn/CD20230520115138.html"},{"id":7,"name":"参数8_文本","desc":"","type":"string","exampleValue":"震级(M)"},{"id":8,"name":"参数9_文本","desc":"","type":"string","exampleValue":"发震时刻(UTC+8)"},{"id":9,"name":"参数10_文本","desc":"","type":"string","exampleValue":"纬度(°)"},{"id":10,"name":"参数11_文本","desc":"","type":"string","exampleValue":"经度(°)"},{"id":11,"name":"参数12_文本","desc":"","type":"string","exampleValue":"深度(千米)"},{"id":12,"name":"参数13_文本","desc":"","type":"string","exampleValue":"参考位置"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"http://www.ceic.ac.cn/history","links":"http://www.ceic.ac.cn/history","maxWaitTime":10,"scrollType":0,"scrollCount":0}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"weidu1\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"1","allXPaths":["/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]","//input[contains(., '')]","id(\"weidu1\")","//INPUT[@class='span1']","//INPUT[@name='weidu1']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"search\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/form[1]/div[5]/a[1]","//a[contains(., '查询')]","id(\"search\")","//A[@class='check']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/table[1]/tbody[1]/tr","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":0,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"allXPaths":["/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/table[1]/tbody[1]/tr[1]","//tr[contains(., '震级(M)发震时刻(')]","//TR[@class='speed-tr-h1']"]}},{"id":8,"index":5,"parentId":6,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":1,"relative":true,"name":"参数1_文本","desc":"","relativeXPath":"/td[1]","allXPaths":["/td[1]","//td[contains(., '2.8')]"],"exampleValues":[{"num":0,"value":"2.8"},{"num":2,"value":"2.9"},{"num":3,"value":"5.7"},{"num":4,"value":"3.2"},{"num":5,"value":"3.9"},{"num":6,"value":"6.4"},{"num":7,"value":"4.5"},{"num":8,"value":"3.0"},{"num":9,"value":"5.5"},{"num":10,"value":"3.0"},{"num":11,"value":"5.3"},{"num":12,"value":"5.5"},{"num":13,"value":"4.0"},{"num":14,"value":"3.0"},{"num":15,"value":"4.2"},{"num":16,"value":"4.5"},{"num":17,"value":"5.9"},{"num":18,"value":"3.6"},{"num":19,"value":"3.3"},{"num":20,"value":"3.1"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数2_文本","desc":"","relativeXPath":"/td[2]","allXPaths":["/td[2]","//td[contains(., '2023-05-20')]"],"exampleValues":[{"num":0,"value":"2023-05-2011:51:38"},{"num":2,"value":"2023-05-2009:03:26"},{"num":3,"value":"2023-05-1923:15:03"},{"num":4,"value":"2023-05-1918:26:43"},{"num":5,"value":"2023-05-1905:18:32"},{"num":6,"value":"2023-05-1807:02:01"},{"num":7,"value":"2023-05-1705:56:23"},{"num":8,"value":"2023-05-1619:28:37"},{"num":9,"value":"2023-05-1418:11:34"},{"num":10,"value":"2023-05-1416:49:13"},{"num":11,"value":"2023-05-1416:21:42"},{"num":12,"value":"2023-05-1207:19:45"},{"num":13,"value":"2023-05-1206:07:18"},{"num":14,"value":"2023-05-1204:49:57"},{"num":15,"value":"2023-05-1204:32:10"},{"num":16,"value":"2023-05-1202:34:04"},{"num":17,"value":"2023-05-1121:33:11"},{"num":18,"value":"2023-05-1008:38:11"},{"num":19,"value":"2023-05-0919:23:29"},{"num":20,"value":"2023-05-0918:22:15"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数3_文本","desc":"","relativeXPath":"/td[3]","allXPaths":["/td[3]","//td[contains(., '24.97')]"],"exampleValues":[{"num":0,"value":"24.97"},{"num":2,"value":"34.26"},{"num":3,"value":"12.75"},{"num":4,"value":"41.31"},{"num":5,"value":"33.48"},{"num":6,"value":"15.10"},{"num":7,"value":"42.78"},{"num":8,"value":"28.08"},{"num":9,"value":"33.60"},{"num":10,"value":"38.14"},{"num":11,"value":"33.35"},{"num":12,"value":"40.25"},{"num":13,"value":"29.62"},{"num":14,"value":"29.66"},{"num":15,"value":"29.63"},{"num":16,"value":"29.64"},{"num":17,"value":"24.00"},{"num":18,"value":"28.11"},{"num":19,"value":"41.20"},{"num":20,"value":"35.78"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数4_文本","desc":"","relativeXPath":"/td[4]","allXPaths":["/td[4]","//td[contains(., '99.26')]"],"exampleValues":[{"num":0,"value":"99.26"},{"num":2,"value":"113.66"},{"num":3,"value":"49.00"},{"num":4,"value":"84.03"},{"num":5,"value":"91.05"},{"num":6,"value":"-90.90"},{"num":7,"value":"80.59"},{"num":8,"value":"105.12"},{"num":9,"value":"139.45"},{"num":10,"value":"75.66"},{"num":11,"value":"139.40"},{"num":12,"value":"-120.90"},{"num":13,"value":"102.03"},{"num":14,"value":"102.01"},{"num":15,"value":"102.02"},{"num":16,"value":"102.04"},{"num":17,"value":"125.40"},{"num":18,"value":"105.09"},{"num":19,"value":"83.28"},{"num":20,"value":"79.81"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数5_文本","desc":"","relativeXPath":"/td[5]","allXPaths":["/td[5]","//td[contains(., '10')]"],"exampleValues":[{"num":0,"value":"10"},{"num":2,"value":"10"},{"num":3,"value":"10"},{"num":4,"value":"10"},{"num":5,"value":"10"},{"num":6,"value":"250"},{"num":7,"value":"10"},{"num":8,"value":"10"},{"num":9,"value":"10"},{"num":10,"value":"118"},{"num":11,"value":"10"},{"num":12,"value":"10"},{"num":13,"value":"10"},{"num":14,"value":"9"},{"num":15,"value":"10"},{"num":16,"value":"10"},{"num":17,"value":"10"},{"num":18,"value":"8"},{"num":19,"value":"15"},{"num":20,"value":"10"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数6_链接文本","desc":"","relativeXPath":"/td[6]/a[1]","allXPaths":["/td[6]/a[1]","//a[contains(., '云南保山市隆阳区')]","id(\"cid\")"],"exampleValues":[{"num":0,"value":"云南保山市隆阳区"},{"num":2,"value":"河南许昌市长葛市"},{"num":3,"value":"亚丁湾"},{"num":4,"value":"新疆巴音郭楞州轮台县"},{"num":5,"value":"青海海西州唐古拉地区"},{"num":6,"value":"危地马拉"},{"num":7,"value":"新疆伊犁州昭苏县"},{"num":8,"value":"四川宜宾市兴文县"},{"num":9,"value":"日本本州东南海域"},{"num":10,"value":"新疆克孜勒苏州阿克陶县"},{"num":11,"value":"日本本州东南海域"},{"num":12,"value":"美国加利福尼亚州"},{"num":13,"value":"四川甘孜州泸定县"},{"num":14,"value":"四川甘孜州泸定县"},{"num":15,"value":"四川甘孜州泸定县"},{"num":16,"value":"四川甘孜州泸定县"},{"num":17,"value":"琉球群岛"},{"num":18,"value":"四川宜宾市兴文县"},{"num":19,"value":"新疆阿克苏地区库车市"},{"num":20,"value":"新疆和田地区和田县"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数7_链接地址","desc":"","relativeXPath":"/td[6]/a[1]","allXPaths":["/td[6]/a[1]","//a[contains(., '云南保山市隆阳区')]","id(\"cid\")"],"exampleValues":[{"num":0,"value":"https://news.ceic.ac.cn/CD20230520115138.html"},{"num":2,"value":"https://news.ceic.ac.cn/CD20230520090326.html"},{"num":3,"value":"https://news.ceic.ac.cn/CC20230519231504.html"},{"num":4,"value":"https://news.ceic.ac.cn/CD20230519182644.html"},{"num":5,"value":"https://news.ceic.ac.cn/CD20230519051833.html"},{"num":6,"value":"https://news.ceic.ac.cn/CC20230518070201.html"},{"num":7,"value":"https://news.ceic.ac.cn/CD20230517055623.html"},{"num":8,"value":"https://news.ceic.ac.cn/CD20230516192837.html"},{"num":9,"value":"https://news.ceic.ac.cn/CC20230514181134.html"},{"num":10,"value":"https://news.ceic.ac.cn/CD20230514164913.html"},{"num":11,"value":"https://news.ceic.ac.cn/CC20230514162142.html"},{"num":12,"value":"https://news.ceic.ac.cn/CC20230512071946.html"},{"num":13,"value":"https://news.ceic.ac.cn/CC20230512060719.html"},{"num":14,"value":"https://news.ceic.ac.cn/CD20230512044957.html"},{"num":15,"value":"https://news.ceic.ac.cn/CC20230512043211.html"},{"num":16,"value":"https://news.ceic.ac.cn/CC20230512023404.html"},{"num":17,"value":"https://news.ceic.ac.cn/CC20230511213311.html"},{"num":18,"value":"https://news.ceic.ac.cn/CC20230510083811.html"},{"num":19,"value":"https://news.ceic.ac.cn/CD20230509192329.html"},{"num":20,"value":"https://news.ceic.ac.cn/CD20230509182216.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数8_文本","desc":"","relativeXPath":"/th[1]","allXPaths":["/th[1]","//th[contains(., '震级(M)')]"],"exampleValues":[{"num":1,"value":"震级(M)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数9_文本","desc":"","relativeXPath":"/th[2]","allXPaths":["/th[2]","//th[contains(., '发震时刻(UTC+8')]"],"exampleValues":[{"num":1,"value":"发震时刻(UTC+8)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数10_文本","desc":"","relativeXPath":"/th[3]","allXPaths":["/th[3]","//th[contains(., '纬度(°)')]"],"exampleValues":[{"num":1,"value":"纬度(°)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数11_文本","desc":"","relativeXPath":"/th[4]","allXPaths":["/th[4]","//th[contains(., '经度(°)')]"],"exampleValues":[{"num":1,"value":"经度(°)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数12_文本","desc":"","relativeXPath":"/th[5]","allXPaths":["/th[5]","//th[contains(., '深度(千米)')]"],"exampleValues":[{"num":1,"value":"深度(千米)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数13_文本","desc":"","relativeXPath":"/th[6]","allXPaths":["/th[6]","//th[contains(., '参考位置')]"],"exampleValues":[{"num":1,"value":"参考位置"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0}],"loopType":1}},{"id":5,"index":6,"parentId":4,"type":2,"option":9,"title":"判断条件","sequence":[7,8],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":6,"parentId":5,"index":7,"type":3,"option":10,"title":"条件分支 - 表格中第五项包括字符串","sequence":[5],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"7","value":"","code":"return document.evaluate(\"./td[5]\", arguments[0], null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.innerText.indexOf(\"5\") >= 0","waitTime":0},"position":0},{"id":7,"parentId":5,"index":8,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1}]} \ No newline at end of file diff --git a/Releases/Readme.md b/Releases/Readme.md index ad15080..afa4665 100644 --- a/Releases/Readme.md +++ b/Releases/Readme.md @@ -1,5 +1,5 @@ ### 温馨提醒 -不能通过此文件夹中的文件直接运行程序,这是开发时打包用的,想要下载可直接执行的程序请前往[Releases Page](https://github.com/NaiboWang/EasySpider/releases)下载。 +不能通过此文件夹中的`EasySpider.exe`直接运行程序,这是开发时打包用的,想要下载可直接执行的程序请前往[Releases Page](https://github.com/NaiboWang/EasySpider/releases)下载。 -Cannot run the program directly through the files in this folder. This is used for packaging during development. To download the executable program, please go to [Releases Page](https://github.com/NaiboWang/EasySpider/releases). \ No newline at end of file +Cannot run the program directly through the `EasySpider.exe` in this folder. This is used for packaging during development. To download the executable program, please go to [Releases Page](https://github.com/NaiboWang/EasySpider/releases). \ No newline at end of file
    {{list[i-1]["name"]}} {{list[i-1]["url"]}} {{"Task Information~任务信息" | lang}}{{"Modify Task~修改任务" | lang}}{{"Modify Task~修改任务" | lang}} {{"Delete Task~删除任务" | lang}}