摘要: 一、安装PhantomJS 安装文章:https://www.cnblogs.com/robots2/p/17340143.html 二、编写脚本spider.js // spider.js 'use strict'; console.log(' start '); // 单个资源等待时间,避免资源 阅读全文
posted @ 2023-04-21 17:22 Robots2 阅读(302) 评论(0) 推荐(0)
摘要: 一、创建文件夹,用来存放软件 cd /opt/softWare mkdir phantomJS cd phantomJS 二、下载并解压 wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64 阅读全文
posted @ 2023-04-21 14:01 Robots2 阅读(908) 评论(0) 推荐(0)