先獲取老師所有課程的頁面 截取到各個課程的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