摘要: 一、DOM节点的操作 1.增加: (1). document.creatElement('标签名');创建元素节点 (2). document.creatTextNode('文本内容');创建文本节点 (3). document.creatComment('注释内容'); 创建注释节点 (4). d 阅读全文
posted @ 2016-03-07 12:50 Walker-lyl 阅读(365) 评论(0) 推荐(0)