已采纳回答 / 笑歌自若
那是因为现在慕课网的html页面元素的class名更改了。1、var chapters=$('.learnchapter') 修改为 var chapters=$('.chapter')2、var video=$(this).find('.studyvideo') 修改为 var video=$(this).find('.J-media-item')
2016-10-14
已采纳回答 / sibling
换用淘宝源, npm官方源速度太慢. 或者用下面的命令 npm install --verbose --registry=https://registry.npm.taobao.org cheerio
2016-10-03