【单选题】【消耗次数:1】
( ) he finished writing the composition in such a short time surprised us all.
What
How
That
If
参考答案:
复制
纠错
相关题目
【单选题】 It is a huge task to ______ all the rooms in the building in such a short time.
①  go ahead with
②  keep up
③  clean up
④  work out
【单选题】 We were all surprised when he made it clear that he _____________office soon.
①  leaves
②  would leave
③  left
④  had left
【单选题】 Without his timely help, we _____ all these in such a short period of time.
①  dont accomplish
②  have not accomplished
③  should not accomplish
④  would not have accomplished
【单选题】 The millions of calculations involved, ____ by hand, would have lost all practical value by the time they were finished.
①  had they been done
②  they had been done
③  having been done
④  they were done
【单选题】 The millions of circulations involved, _____ by hand, would have lost all practical value by the time they were finished.
①  had they been done
②  they had been done
③  having been done
④  they were done
【单选题】 The millions of circulations involved, _____ by hand, would have lost all practical value by the time they were finished.
①  had they been done
②  they had been done
③  having been done
④  they were done
【单选题】 I haven’t finished my composition . I ________ for two hours and a half.
①  have written it
②  have been writing it
③  wrote it
④  am writing it
【单选题】 He gave us a []account of all that you had achieved over there.
①  ready
②  bright
③  colorful
④  glowing
【单选题】 I haven’t finished my composition. I ___ for two hours and a half.
①  ?have written it
②  ?have been writing it
③  ?wrote it
④  am writing it
【单选题】 I haven’t finished my composition . I________ for two hours and a half.
①  have written it
②  have been writing it
③  wrote it
④  am writing it
随机题目
【单选题】 JavaScript代码段如下,下面对代码段分析正确的是( )。marquee direction=left onMouseOver=this.stop( ); onMouseOut=this.start( ); loop=100滚动的文字/marquee则下列选项对代码段描述正确的是( )。(选择一项)
①  文字循环向右滚动100次,然后停止
②  文字向左无限次循环滚动;鼠标停在文字上时,文字停止滚动,移开时,继续滚动
③  文字循环向左滚动100次,鼠标停在文字上时,文字停止滚动,移开时,继续滚动
④  文字向左来回往复滚动,鼠标停在文字上时,文字停止滚动,移开时,继续滚动
【单选题】 以下不属于select对象常用属性的是(选择一项)
①  onchange
②  length
③  selectedIndex
④  options
【单选题】 页面中有一表单myform,表单中有名为txtEmail的输入电子邮件文本框,则以下验证电子邮件格式必须包含点符号(.)代码正确的是( ).(选择 一项)(选择一项)
①  var strEmail = document.myform.txtEmail.value; if(strEmail.indexOf(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号! document.myform.txtEmail.focus( ); }
②  var strEmail = document.myform.txtEmail.text; if(strEmail.indexOf(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号! document.myform.txtEmail.focus( ); }
③  var strEmail = document.myform.txtEmail.value; if(strEmail.concat(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号! document.myform.txtEmail.focus( ); }
④  var strEmail = document.myform.txtEmail.text; if(strEmail.concat(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号! document.myform.txtEmail.focus( ); }
【多选题】 下列( )可以使窗口显示前一个页面(选择二项)
①  back( )
②  forward( )
③  go(1)
④  go(-1)
【多选题】 下列选项中,( )可以打开一个无状态栏的页面。(选择二项)
①  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
【多选题】 在JavaScript中,下列方法中相当于客户端点击F5(刷新)的是()(选择二项)
①  document.replace( );
②  document.reload( );
③  location.replace(location.href);
④  location.reload( );
【单选题】 下面( )可实现刷新当前页面。(选择一项)
①  reload( )
②  replace( )
③  href
④  referrer
【单选题】 有如下JavaScript代码,运行后页面文档背景色为蓝色,要实现该效果,横向处应填写( )。script language=JavaScriptfunction change( ){ document.______=blue}/scriptbody onload=change( )/body(选择一项)
①  bgColor
②  backgroud
③  color
④  background-color
【单选题】 在javascript浏览器对象模型中,window对象的( )属性用来指定浏览器状态栏中显示的临时消息。(选择一项)
①  status
②  screen
③  history
④  document
【单选题】 以下选项中,( )可以打开一个无状态栏,无工具栏、有滚动条的页面。(选择一项)
①  window.open(adv.html
②  window.open(adv.html,广告,toolbar=0,scrollbar=0,status=1)
③  window.open(adv.html,广告,toolbar=1,scrollbar=1,status=0)
④  window.open(adv.html,广告,toolbar=0,scrollbar=1,status=0)