課程
/前端開發(fā)
/JavaScript
/JavaScript進階篇
2015-01-05
源自:JavaScript進階篇 9-2
正在回答
的確,原來錯在這了!
嗯,ID是唯一的,不能重復,所以getElement,name是可以重復的,所以getElements
舉報
本課程從如何插入JS代碼開始,帶您進入網(wǎng)頁動態(tài)交互世界
4 回答getElementById和getElementsByName為什么后面要多一個s呢?
2 回答getElementById he getElementsByName
1 回答getElementByID,getElementsByName,getElementsByTagName
2 回答為什么getElementById不能寫成getElementsById(后面的那個t后有s,而getElementsByName不能寫成getElementByName?
1 回答這個里面是啥意思
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2015-04-16
的確,原來錯在這了!
2015-01-06
嗯,ID是唯一的,不能重復,所以getElement,name是可以重復的,所以getElements