UNPKG

mip-page-crawler

Version:

crawler mip page

17 lines (11 loc) 198 B
# MIP 页面抓取工具 ``` var crawler = new Crawler(); crawler.doCrawl(url) .then(function(html) { cosole.log(html); }) .catch(function(error) { console.log(error); }) ```