JS—HTML基礎簡單總結

獲取元素 根據ID: document.getElementById(’’), 返回的是一個元素對象 根據標籤名: document.getElementsByTagName(’’), 返回獲取過來的元素對象集合,以僞數組存儲 HTML5新增 根據類名:document.getElementsByclassName(’’), 返回某些元素集合(不加符號) 根據選擇器:document.queryS
相關文章
相關標籤/搜索