已采纳回答 / devilthrone
因为慕课网源码里html的class变了 所以爬不到了 .learnchapter变成了chapter .studyvideo变成了video
2017-02-23
已采纳回答 / 落_叶
感觉你这样定义是不对的,Cannot read property 'add' of undefined,你可以试试这样的形式:exports.add = add; 或者 module.exports.add = add;
2017-01-19