已采纳回答 / 我只用大宝
老铁,下次认真点var http=require('http')var cheerio=require('cheerio')var url="http://www.imooc.com/learn/348" function filterChapter(html){ var $=cheerio.load(html) var chapter=$('.chapter')//learnchapter // [{ // chapterTitle:'', // vi...
2017-11-25