根据老师讲的自己实现了一下,人数通过请求ajax请求的地址获取,用了ES6的Class和ES7的async/await
https://github.com/zhangjiawei0/imoocCrawler/blob/master/crawler.js
https://github.com/zhangjiawei0/imoocCrawler/blob/master/crawler.js
2017-12-04
先获取老师所有课程的页面 截取到各个课程的url 在根据这个url提取页面的章节内容,老师这里是直接把url放在了一个数组里,在.all方法,那么我说的这种怎么实现呢,我做的过程竟然提示.all不是函数
2017-11-29
parseInt(ball.style.marginLeft,10),这个parseInt方法为什么不能直接把字符串转换成数字呢,以前记得还可以为什么现在就不行了呢?郁闷
2017-11-27