2017年4月21日

JS API

摘要: 一、节点1.1 节点属性 Node.nodeName //返回节点名称,只读Node.nodeType //返回节点类型的常数值,只读Node.nodeValue //返回Text或Comment节点的文本值,只读Node.textContent //返回当前节点和它的所有后代节点的文本内容,可读写 阅读全文

posted @ 2017-04-21 13:54 嘟嘟他爸 阅读(159) 评论(0) 推荐(0)

导航