【判断题】【消耗次数:1】
Tom asked me if I wanted to go for a walk with him.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 John asked me _______ to visit his uncle’s farm with him.
①  how would I like 
②  if or not would I like
③  whether I would like  
④  wehn I would like  
【单选题】 27.He asked me to lend him some money, which I agreed to do, ________ that he paid me back the following week.
①  on occasion
②  on purpose
③  on condition
④  only if
【单选题】 I know the man by ____ but I have never spoken to him.
①  chance
②  heart
③  sight
④  experience
【单选题】 Tom is so talkative. Im sure youll soon get tired _______ him.
①  of
②  with
③  at
④  on
【单选题】 —Where is John? I couldn’t find him.— .
①  He is very busy
②  I suppose he could have gone to the meeting room
③  I couldn’t agree more
④  He is good.
【单选题】 Peter: It’s such a nice warm day. I think I’ll go out for a walk. Dave: ____
①  It is warm to take a walk.
②  Yes. It is warm today.
③  I’d like to join you.
④  Yes. Everybody likes this weather.
【单选题】 He left in such a hurry that I _______ had time to thank him.
①  almost
②  even
③  hardly
④  nearly
【单选题】 My father [] the curtain a little lest I see him.
①  opened
②  drew back
【单选题】 I didn’t talk with him. Neither [填空] they.
①  do
②  does
③  did
④  is
【单选题】 She asked me when I ?[填空] leave.
①  will
②  is going to
③  would
④  should
随机题目
【单选题】 在JavaScript中,运行下面代码后的返回值是( )。 var flag = true; document.write(typeof(flag));
①  undefined
②  null
③  number
④  boolean
【单选题】 在javascript中,下列选项中可以获取滚动条距窗口顶端滚动的距离的是
①  document.documentElement.scrollTop
②  document.documentElement.scroll
③  document.style.scrollTop
④  document.style.scroll
【单选题】 在页面中有一个id为book的下拉列表框,下列( )能够动态地在下拉列表框book中添加一个选项,并且显示结果如图所示。(有图)
①  document.getElementById(book).add(new Option(01,梦想照进现实),null);
②  document.getElementById(book).add(01,梦想照进现实);
③  document.getElementById(book).add(梦想照进现实,01);
④  document.getElementById(book).add(new Option(梦想照进现实,01),null);
【单选题】 对字符串str = welcome to china进行下列操作处理时,描述结果正确的是()
①  str.substring(1,5)返回值是elcom
②  str.length的返回值是16
③  str.indexOf(come,4)的返回值为4
④  str.toUpperCase( )的返回值是welcome to china
【单选题】 某页面中有两个id分别为mobile和telephone的图片,下面( )能够正确地隐藏id为mobile的图片。
①  document.getElementsByName(mobile).style.display=none;
②  document.getElementById(mobile).style.display=none;
③  document.getElementsByTagName(mobile).style.display=none;
④  document.getElementsByTagName(img).style.display=none;
【单选题】 在javascript浏览器对象模型中,window对象的()属性用来指定浏览器状态栏中显示的临时消息。
①  status
②  screen
③  history
④  document
【单选题】 关于函数,以下说法错误的是()
①  函数类似于方法,是执行特定任务的语句块。
②  可以直接使用函数名称来调用函数
③  函数可以提高代码的重用率
④  函数不能有返回值
【单选题】 有如下JavaScript代码: ....。 .....。 页面运行后,输出( )。
①  1
②  0
③  true
④ 
【单选题】 以下不属于select对象常用属性的是
①  onchange
②  length
③  selectedIndex
④  options
【单选题】 以下选项中,( )可以打开一个无状态栏,无工具栏、有滚动条的页面。
①  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)