7 Star 11 Fork 5

sunny/crawler4zb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.js 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunny 提交于 2016-10-26 14:38 . # 继续添加爬虫
"use strict"
/**
* 测试文件,专门测试爬虫
*
*/
if (process.argv.length < 3) {
console.log("Usage: node test.js spider-module-name");
process.exit();
}
var module_name = process.argv[2];
console.log("current test module: " + module_name);
var schdl = require("./schdl");
schdl.testmodule = module_name;
schdl.option = "newitem";
schdl.start();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/tufeiping/crawler4zb.git
git@gitee.com:tufeiping/crawler4zb.git
tufeiping
crawler4zb
crawler4zb
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385