使用 npm,我抓住了这个包。https://npmjs.org/package/phantom-crawl
我该如何运行它?-示例脚本给了我这个错误:
错误:找不到模块“./src/PhantomCrawl”
phantomjs://bootstrap.js:289
phantomjs://bootstrap.js:254 in require
example.js:3
具体来说,这条线需要改变;但不确定用于此的 nodejs 路径语法:
var PhantomCrawl = require('./src/PhantomCrawl');