更多“Outside my office window , there is a fine ________on the right. A.ladder B.escape ”相关问题
  • 第1题:

    直线运动指令中的参数Z/fine的区别()。

    A.Z值表示逼近但不到达

    B.fine表示精确到达

    C.fine值不可取零

    D.Z值不可取零


    B

  • 第2题:

    8、下列打开指定位置新窗口的代码中正确的是()。

    A.window.open(“window2.html”)

    B.window.open(“window2.html”,”new”)

    C.window.open(“window2.html”,”new”,”top=10”)

    D.window,open(“new”,”window2.html”)


    window,open(“window2.html”,”new”,””)

  • 第3题:

    下列打开指定位置新窗口的代码中正确的是()。

    A.window.open(“window2.html”)

    B.window.open(“window2.html”,”new”)

    C.window.open(“window2.html”,”new”,”top=10”)

    D.window,open(“new”,”window2.html”)


    window,open(“window2.html”,”new”,””)

  • 第4题:

    【单选题】打开名为“window2”的新窗口的JavaScript语法是()

    A.window.new(‘http://www.baidu.com’, ‘window2’)

    B.window.open(‘http://www.baidu.com’, ‘window2’, ‘’)

    C.new(‘http://www.baidu.com’, ‘window2’);

    D.new.window(‘http://www.baidu.com’, ‘window2’);


    B

  • 第5题:

    下列表示显示整个窗口的高或宽的是()。

    A.window.outerWidth

    B.window.outerheight

    C.window.innerWidth

    D.window.innerHeight


    window.outerWidth

  • 第6题:

    【多选题】直线运动指令中的参数Z/fine的区别()。

    A.Z值表示逼近但不到达

    B.fine表示精确到达

    C.fine值不可取零

    D.Z值不可取零


    Z 值表示逼近但不到达;fine 表示精确到达