【单选题】【消耗次数:1】
MikeisbetterthanPeter_______________swimming.
for
at
on
in
参考答案:
复制
纠错
相关题目
【单选题】 MikeisbetterthanPeter______swimming.
①  for
②  at
③  on
④  in
【单选题】 A: How often do you go swimming? B: [填空].
①  The day before yesterday
②  I will go swimming tomorrow
③  Every second day
④  Ive been swimming for a year
【单选题】 Of swimming and football he much preferred _____.
①  later
②  the later
③  former
④  the former
【单选题】 Some [填空] are swimming in the river.
①  child
②  boy
③  boys
④  childs
【判断题】 It’s enjoyable to swimming in the sea in summer.
①  正确
②  错误
【单选题】 Mike is better than Peter ____ swimming.
①  at
②  for
③  on
④  about
【判断题】 I prefer swimming than dancing.
①  正确
②  错误
【单选题】 There is no one of us but wishes to go swimming in the lake.
①  A.我们没有人愿意去湖里游泳。
②  B.我们只有一个人想去湖里游泳。
③  C.我们并非人人都愿意去湖里游泳。
④  D.我们每一个人都想去湖里游泳。
【单选题】 I try to___ swimming at least once a week.
①  do
②  play
③  go
【单选题】 ____ the water sports — sailing, rowing, diving and swimming, I like rowing best. ?
①  At all ?
②  Above all ?
③  Of all ?
④  After all?
随机题目
【单选题】 在一个注册页面中,如果填写完注册信息后单击“注册”按钮,使用window对象的( )方法会弹出一个如图所示的确认对话框,并且根据单击“确定”或“取消”按钮的不同,实现不同的页面程序。(此题有图)
①  confirm( )
②  prompt( )
③  alert( )
④  open( )
【单选题】 下面( )可实现刷新当前页面。
①  reload( )
②  replace( )
③  href
④  referrer
【单选题】 关于正则表达式中的元字符,以下说法正确的是
①  s 代表任何空白字符
②  S 代表任何空白字符
③  s 代表队任何非单字字符
④  以上均不对
【单选题】 在html中,有如下代码,单击按钮后的效果是:( )
①  页面上的文字变成红色
②  按钮上的文字变成红色
③  页面背景字变成红色
④  按钮背景变成红色
【单选题】 在JavaScript中,以下选项不是location对象的方法是( )。
①  indexOf( )
②  reload( )
③  assign(url)
④  replace(url)
【单选题】 页面中有一个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中提供的常用数据类型的是:( )
①  undefined
②  null
③  number
④  iterator
【单选题】 下列语句中,()语句是根据表达式的值进行匹配,然后执行其中的一个语句块,如果找不到匹配项,则执行默认语句块
①  switch
②  if-else
③  for
④  字符串运算符
【多选题】 下列选项中,( )可以打开一个无状态栏的页面。
①  window.open(advert.html);
②  window.open(advert.html,广告,toolbar=1,scrollbars=0,status=1);
③  window.open(advert.html,,scrollbars=1,location=0,resizable=1);
④  window.open(advert.html,,toolbars=0, scrollbars=1, location=1, status=no);
【多选题】 某页面中有如下代码,下列选项中( )能把“令狐冲”修改为“任盈盈”。 张三丰 90 令狐冲 88
①  document.getElementById(Table1).rows[2].cells[1].innerHTML=任盈盈;
②  document.getElementById(Table1).rows[1].cells[0].innerHTML=任盈盈;
③  document.getElementById(row2).cells[0].innerHTML=任盈盈;
④  document.getElementById(row2).cells[1].innerHTML=任盈盈;