【单选题】【消耗次数:1】
页面中有一个id为price的层,并且有一个id选择器price用来设置层price的样式,在IE浏览器中运行此页面,下面( )能正确获取层的背景颜色。(选择一项)
document.getElementById(price).currentStyle.backgroundColor
document.getElementById(price).currentStyle.background-color
document.getElementById(price).style.backgroundColor
var divObj=document.getElementById(pricedocument.defaultView.getComputedStyle(divObj,null).background;
参考答案:
复制
纠错
相关题目
【单选题】 页面中有一个id为price的层,并且有一个id选择器price用来设置层price的样式,在IE浏览器中运行此页面,下面( )能正确获取层的背景颜色。
①  document.getElementById(price).currentStyle.backgroundColor
②  document.getElementById(price).currentStyle.background-color
③  document.getElementById(price).style.backgroundColor
④  var divObj=document.getElementById(price);document.defaultView.getComputedStyle(divObj,null).background;
【多选题】 在javascript中,下面代码表示获取文本框的值,则下列选项中验证文本框为空的条件表达式不正确的是()var userName=document.getElementById(txtName).value;(选择二项)
①  userName==
②  userName.length(=0)
③  userName.length(0)
④  userName.length=
【多选题】 在javascript中,下面代码表示获取文本框的值,则下列选项中验证文本框为空的条件表达式不正确的是() var userName=document.getElementById(txtName).value;
①  userName==
②  userName.length<=0
③  userName.length<0
④  userName.length=
【单选题】 下面( )不是document对象的方法。(选择一项)
①  getElementsByTagName( )
②  getElementById( )
③  write( )
④  reload( )
【单选题】 下面( )不是document对象的方法。(选择一项)
①  getElementsByName( )
②  getElementById( )
③  write( )
④  reload( )
【单选题】 在页面中有一个10行3列的表格,表格的id为Ptable,下面的选项中只删除最后一行的是( )(选择一项)
①  document.getElementById(Ptable).deleteRow(10);
②  var delrow=document.getElementById(Ptable).lastChild;delrow.parentNode.removeChild(delrow);
③  var index=document.getElementById(Ptable).rows.length;document.getElementById(Ptable).deleteRow(index);
④  var index=document.getElementById(Ptable).rows.length-1;document.getElementById(Ptable).deleteRow(index);
【单选题】 有如下JavaScript代码: .... script language=JavaScript var x = true; document.write(x); /script .....页面运行后,输出( )。(选择一项)
①  1
②  0
③  true
④ 
【单选题】 The price is high ( ) the output is rare.
①  in fact
②  in sight
③  in that
④  in between
【单选题】 Your price is ______ the high side.
①  on
②  as
③  for
④  in
【单选题】 某页面中有一个id为main的div,div中有两个图片和一个文本框,下列( )能够完整地复制节点main及div中所有的内容。(选择一项)
①  document.getElementById(main).cloneNode(true);
②  document.getElementById(main).cloneNode(false);
③  document.getElementById(main).cloneNode( );
④  main.cloneNode( );
随机题目
【单选题】 经纬仪照准部的旋转轴称为仪器的( )。
①  视准轴
②  水准管轴
③  横轴
④  竖轴
【单选题】 在测量工作中,( )的精度要用相对误差来衡量。
①  高程测量
②  水准测量
③  角度测量
④  距离测量
【单选题】 测距仪按测程分为( )类。
① 
② 
③ 
④ 
【单选题】 用水准仪进行视距测量时,仪器视线水平。此时水平距离是尺间隔l的( )倍。
①  300
②  100
③  50
④  200
【判断题】 地貌是指地表上具有明显轮廓,自然形成或者人工建设而成的固定性物体。
①  正确
②  错误
【单选题】 一组环形等高线,里圈等高线的高程大于外圈等高线的高程,这一组环形等高线表示的是( )。
①  山脊
②  山谷
③  洼地
④  山头
【单选题】 在比例尺为1:500的地形图上量得两点间的图上距离为36mm,则这两点的实际水平距离是( )m。
①  18000m
②  180m
③  18m
④  1800m
【单选题】 地形图上线段的长度与它所代表的实地水平距离之比,称为地形图比例。比例尺主要有( )。
①  大比例尺
②  数字比例尺
③  小比例尺
【单选题】 某幅地形图的基本等高距为1m,则其首曲线的高程为( )的倍数。
①  3m
②  1m
③  5m
④  2m
【单选题】 建筑基线常用的布设形式有“一”字形、( )。
①  “L”形
②  “口”字形