标签:http doc ges blog image 添加 元素 document style
1、document.write()(HTML与JS未分离)
HTML:
JS:
2、.innerHTML(直接覆盖)
HTML:
JS:
3、getAttribute、setAttribute、getElementById(替换)
HTML:
JS:
4、createElement("")、createTextNode("")、appendChild()(创建并添加新的p元素节点与文本,不会覆盖)
HTML:
JS:
***上述代码均亲测可用***
标签:http doc ges blog image 添加 元素 document style
原文地址:http://www.cnblogs.com/sunshine-blog/p/7041275.html