javascript中document.getElementById的返回值的类型为()
举一反三
- JavaScript中document.getElementById的返回值的类型为? A: Array B: Object C: String D: Function
- 在javascript中,document.getElementById返回一组元素
- 使用JavaScript脚本进行表单数据验证时,需要使用document对象的哪个方法来获取表单元素? A: getElementbyid B: getElementById C: getElementBYId D: GetElementById
- 下面哪些是JavaScript中的document对象方法。( ) A: getElementById( ) B: getElementsByTagName( ) C: getElementsByClassName( ) D: getElementsByName( )
- 下面哪个不是JavaScript中document对象的方法?( ) A: getElementByName B: getElementById C: getElementsByTagName D: getElementsByClassName