• 2021-04-14
    document.getElementById()方法返回的对象,可以统称为______________
  • 元素对象;

    内容

    • 0

      document.getElementById(“ ”)方法只能返回一个DOM对象或者NULL值。

    • 1

      下面哪些是JavaScript中的document对象方法。( ) A: getElementById( ) B: getElementsByTagName( ) C: getElementsByClassName( ) D: getElementsByName( )

    • 2

      下面哪个不是JavaScript中document对象的方法?( ) A: getElementByName B: getElementById C: getElementsByTagName D: getElementsByClassName

    • 3

      以下哪些是JS中document对象的方法 A: getElementById() B: getElementsByTagName() C: getElementsByName() D: getElementsById()

    • 4

      使用JavaScript脚本进行表单数据验证时,需要使用document对象的哪个方法来获取表单元素? A: getElementbyid B: getElementById C: getElementBYId D: GetElementById