【单选题】【消耗次数:1】
12. When we arrived, we found the meeting room crowded with ____ students.
quite a few
only a few
few
a few quite
参考答案:
复制
纠错
相关题目
【单选题】 30. It _____ quite a few years _____ the accused was declared innocent and set free.
①  was;since
②  is;that
③  willbe;when
④  was;before
【单选题】 It was quite a few years before Mark Twain finally finished his last novel.
①  A.在马克·吐温完成最后一部小说之前,已经是好几年了。
②  B.在马克·吐温完成最后一部小说之前,又是好几年了。
③  C.过了好几年,马克·吐温才终于完成最后一部小说。
④  D.马克·吐温完成了最后一部小说时,又过了好几年。
【单选题】 13. Unfortunately, when I dropped in, Doctor Li _____ for Beijing to join in the fight again SARS, so we only had time for a few words.
①  justleft
②  hasjustleft
③  isjustleaving
④  wasjustleaving
【单选题】 —How many poor counties will there be in our province by 2020?—There will be only a few, if _______.
①  much
②  some
③  any
④  many
【单选题】 —How many poor counties will there be in our province by 2010?—There will be only a few, if _______.
①  much
②  some
③  any
④  many
【单选题】 When we arrived at the airport, we found our flight ________.
①  cancelled
②  had cancelled
③  had been cancelled
④  has been cancelled
【单选题】 Nancy was the only woman to()the experiment and was among the few volunteers who died from it.
①  participate in
②  shared in
③  joined in
④  enter into
【单选题】 The few Americans and Germans seemed just as _____ as I was.
①  constrained
②  curbed
③  inhibited
④  withhold
【单选题】 Few of them hurt themselves in the accident last night,_________?
①  dont they
②  didnt they
③  did they
④  do they
【单选题】 Few of them hurt themselves in the accident last night, ___?
①  don’t they
②  didn’t they
③  did they
④  do they
随机题目
【单选题】 下面( )不是document对象的方法。
①  getElementsByName( )
②  getElementById( )
③  write( )
④  reload( )
【单选题】 在javaScript中,运行下列代码后的结果是 var d=1; document.write(typcof(d));
①  char
②  number
③  string
④  undefined
【单选题】 在JavaScript中()方法可以对数组元素进行排序。
①  add()
②  join()
③  sort()
④  length()
【单选题】 某页面中有一个id为main的div,div中有两个图片和一个文本框,下列( )能够完整地复制节点main及div中所有的内容。
①  document.getElementById(main).cloneNode(true);
②  document.getElementById(main).cloneNode(false);
③  document.getElementById(main).cloneNode( );
④  main.cloneNode( );
【单选题】 下面选项中()能获得焦点。
①  blur( )
②  select( )
③  focus( )
④  onfocus( )
【单选题】 对于正则表达式的元字符,以下描述错误的是()
①  \d 表示数字字符
②  \D 表示非数字字符
③  \W 表示包含数字、字母、和下划线字符
④  \w 表示包含数字、字母、和下划线字符
【单选题】 以下属于location对象的方法,使用它可以实现页面重新加载的是:()
①  host
②  hostname
③  reload
④  replace
【单选题】 下列选项中( )可以用来检索下拉列表框中被选项目的索引号。
①  selectedIndex
②  options
③  length
④  indexNumber
【单选题】 关于数组对象的常见方法,以下说法错误的是
①  join() 把数组的所有元素放入一个字符串中,通过一个分隔符进行分隔
②  sort ()把数组的元素进行排序
③  length() 获取数组中元素的数目
④  reverse ()反转数组中的元素
【单选题】 下列声明数组的语句中,错误的选项是( )
①  var student =new Array( );
②  var student =new Array(3);
③  var student[] =new Array(3) (4);
④  var student =new Array(rose,mick);