码迷,mamicode.com
首页 > 编程语言 > 详细

JavaScript编程艺术-第7章代码汇总(1)

时间:2017-06-17 21:43:01      阅读:145      评论:0      收藏:0      [点我收藏+]

标签: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:

技术分享

***上述代码均亲测可用***

 

JavaScript编程艺术-第7章代码汇总(1)

标签:http   doc   ges   blog   image   添加   元素   document   style   

原文地址:http://www.cnblogs.com/sunshine-blog/p/7041275.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!