使用步骤: ``` 安装node.js环境 https://nodejs.org/ ``` ``` # 安装依赖 npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm i --registry=https://registry.npm.taobao.org ``` ``` # ===修改index.js的urls数组(按照word抓包操作)=== ``` ``` # 运行程序 node index.js ```