哪个方法可以设置元素节点的属性
A: getAttribute()
B: setAttr()
C: setAttribute()
D: getAttr()
A: getAttribute()
B: setAttr()
C: setAttribute()
D: getAttr()
举一反三
- 在jQuery中下列选项()可以修改指定元素的指定属性值。 A: attr() B: setAttr() C: getAttr() D: remove()
- Cookie对象可以通过setAttribute()方法设置,通过getAttribute()方法读取。
- 在作用域对象上设置属性的方法是getAttribute(),获取属性的方法是setAttribute()。
- 下列选项中,()可以修改指定元素的指定属性值。 A: attributes B: setAttribute() C: getAttribute() D: removeAttribute()
- 在JavaScript中,允许我们对属性节点的值做出修改的方法是? A: getAttribute B: getElementById C: setAttribute D: getElemnetByName