码迷,mamicode.com
首页 > 其他好文 > 详细

9.22 下午 (document对象)

时间:2016-09-26 14:46:22      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:

document对象
 1、找元素:(1)gerElementById()根据ID找
        (2)gerElementByClassName()根据Class找,返回数组
          (3)gerElementByName()根据Name找,返回数组
        (4)gerElementByTagName()根据标签名找,返回数组
 2、操作内容:(1)、普通元素 【1】innerText获取内容文本
                 【2】innerHTML获取内容代码
         (2)、表单元素   value
 3、操作属性:(1) setAttribute(属性名,属性值)设置属性
         (2)removeAttribute(属性名)移除属性
         (3)getAttribute(属性名)获取属性
4、 操作样式    a.style

9.22 下午 (document对象)

标签:

原文地址:http://www.cnblogs.com/l5580/p/5908997.html

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