node cheerio

使用以下node

//cheerio也就是nodejs下的jQuery  将整个文档包装成一个集合,定义一个变量$接收
var $ = cheerio.load(content);
复制代码
相关文章
相关标签/搜索