【单选题】【消耗次数:1】
A: Would you like some wine? B: Yes, just [填空].
little
very little
a little
little bit
参考答案:
复制
纠错
相关题目
【判断题】 A: Would you like some more wine? B: A little more. Thank you.
①  正确
②  错误
【单选题】 Would you mind _____ your radio a little bit? I cant concentrate on my work.
①  turning on
②  turning down
③  turning to
④  turning in
【单选题】 A: You look a little pale. Are you OK? B: [填空], I feel terrible.
①  To tell you the truth
②  To speak out
③  To begin with
④  To sum up
【单选题】 A: Honey, there is little milk in the fridge. B: [填空]
①  OK, ok. Ill go to the store right now.
②  Yes, honey. Let me know what I can do.
③  Whats missing, dear?
④  Sure, Ill get more next time.
【单选题】 Lily is a good student except ________ she is a little bit careless.
①  where
②  which
③  that
【单选题】 There’s little chance that mankind would _____ a nuclear war.
①  retain
②  endure
③  maintain
④  survive
【单选题】 What is reflected as important in the following example? A. Would you please turn down the radio a little bit? B. Sorry. ↘ (no, I do not want to.) Or B. Sorry? ↗ (what did you say?)
①  Stress
②  Intonation
③  Sounds
④  Pitch Part
【判断题】 A: What does your son look like? B: He is quiet and a little shy.
①  正确
②  错误
【单选题】 The little boy was [] hearted.
①  mouse
②  chicken
【单选题】 Tom [填空] get up a little earlier tomorrow.
①  needs
②  need
③  need to
④  needs to
随机题目
【单选题】 某页面中有两个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)
【单选题】 要在网页的状态栏中显示“已经选中该文本框”,下列JavaScript语句正确的是是( )。
①  window.status=已经选中该文本框;
②  document.status=已经选中该文本框;
③  window.screen=已经选中该文本框;
④  document.screen=已经选中该文本框;
【单选题】 在JavaScript中,对字符串str=welcome to my home进行以下操作,描述正确的是( )。
①  str.substring(1,6)返回值是welco
②  str.length返回值为18
③  str.indexOf(come)返回值为4
④  str.toUpperCase( )的值为“Welcome To My Home”。
【单选题】 setTimeout(buy( ),20)表示的意思是( )。
①  间隔20秒后,buy( )函数被调用一次
②  间隔20分钟后,buy( )函数被调用一次
③  间隔20毫秒后,buy( )函数被调用一次
④  buy( )函数被持续调用20次
【单选题】 以下不属于window对象的常用方法有:()
①  prompt
②  alert
③  confirm
④  location