2020年5月7日

DOm知识2 添加删除元素

摘要: // 添加元素 // var ys=document.createElement("p"); // var yb=document.createTextNode("这是新的"); // ys.appendChild(yb) // document.getElementById("first").ap 阅读全文

posted @ 2020-05-07 14:28 vermouthmo 阅读(126) 评论(0) 推荐(0)

导航