website to json:使用jQuery选择器将网站转换为json 源码
网站到json转换器(wtj) 该工具通过jQuery选择器将每个网站转换为可理解的JSON。 安装 $ npm install website-to-json --save 入门 例子 堆栈溢出 var wtj = require ( 'website-to-json' ) wtj . extractData ( 'http://stackoverflow.com/questions/3207418/crawler-vs-scraper' , { fields : [ 'data' ] , parse : function ( $ ) { return { ti
用户评论