javascript簡單練習案例

javascript簡單練習案例(dom操做) 在末尾添加節點 第一步:獲取到ul標籤 第二步:建立li標籤 document.createElement("標籤名稱")方法 第三步:建立文本 document.createTextNode("文本內容"); 第四步:把文本添加到li下面 使用 appendChild方法 第五步:把裏添加到ul末尾 使用 appe
相關文章
相關標籤/搜索