9.22 下午 (document对象)
Posted 带你疯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了9.22 下午 (document对象)相关的知识,希望对你有一定的参考价值。
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对象)的主要内容,如果未能解决你的问题,请参考以下文章