function replaceNodeText(id,newText){ var node = document.getElementById(id); while(node.firstChild) node.removeChild(node.firstChild); node.appe... Read More
posted @ 2015-10-26 21:57
Yaolina
Views(179)
Comments(0)
Diggs(1)
posted @ 2015-10-26 21:34
Yaolina
Views(76)
Comments(0)
Diggs(0)
DOM(Document Object Module,文档对象模型)为JavaScript提供完整,全面控制网页结构与内容的对象 Read More
posted @ 2015-10-26 21:31
Yaolina
Views(168)
Comments(0)
Diggs(0)
posted @ 2015-10-26 20:56
Yaolina
Views(1037)
Comments(0)
Diggs(0)
posted @ 2015-10-26 20:23
Yaolina
Views(127)
Comments(0)
Diggs(0)
posted @ 2015-10-26 20:12
Yaolina
Views(153)
Comments(0)
Diggs(0)