先获取老师所有课程的页面 截取到各个课程的url 在根据这个url提取页面的章节内容,老师这里是直接把url放在了一个数组里,在.all方法,那么我说的这种怎么实现呢,我做的过程竟然提示.all不是函数
2017-11-29
parseInt(ball.style.marginLeft,10),这个parseInt方法为什么不能直接把字符串转换成数字呢,以前记得还可以为什么现在就不行了呢?郁闷
2017-11-27
最赞回答 / yuqingzhijie3596863
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Document</title><style type="text/css">.ball {width: 40px;height: 40px;border-radius: 20px;margin-left: 0;}.ball1 {background-color: red;}.ball2 {background-c...
2017-11-13