【单选题】【消耗次数:1】
17. If you _____ to me, you wouldn’t be in such trouble now.
listened
will listen
had listened
listen
参考答案:
复制
纠错
相关题目
【单选题】 Ive been telling you_____not to do that,but you neve listened to me.Thats why you got into trouble.
①  at times
②  time before time
③  time and again
④  for the time being
【单选题】 If you listen to the tape again and again, you may ____.
①  want to retell the general meaning of what you hear from the tape
②  feel so bored that you cannot understand what you hear from the tape
③  understand what you hear from the tape better and better
④  repeat the exact words you hear from the tape
【单选题】 Would you please keep silent? The weather report __________ and I want to listen.
①  is broadcast
②  is being broadcast
③  has been broadcast
④  had been broadcast
【单选题】 He________listen to pop music,but now he________dancing.
①  is used to;used to
②  used to;is used to
③  used to;is used for
④  is used for;used to
【单选题】 Haven’t seen you for ages! What are you busy doing now?____________
①  I hate the weather here.
②  My hair is getting a bit longer.
③  I am working part time in a bookshop, you know.
④  Yeah, thanks for coming.
【单选题】 17. Hurry up, _______ you will miss the train.
①  and
②  so
③  however
④  or
【单选题】 18. He ______ listen to pop music, but now he ______dancing.
①  is used to; used to
②  used to; is used to
③  used to; is used for
④  is used for; used to
【单选题】 17. Pay attention please! ____ of you want to attend the party?
①  Who
②  Which
③  Whom
④  What
【单选题】 11.You hardly phone me. Why don’t you phone me _______.
①  often
②  . more often
③  always
④  more always
【单选题】 “Do you think, because I am poor, obscure, plain, and little, I am soulless and heartless? You think wrong!—I have as much soul as you,—and full as much heart! And if God had gifted me with some beauty and much wealth, I should have made it as hard for you to leave me, as it is now for me to leave you. ” This passage is taken from ________.
①  Emma
②  Wuthering Heights
③  Jane Eyre
④  Pride and Prejudice
随机题目
【单选题】 下列语句中,()语句是根据表达式的值进行匹配,然后执行其中的一个语句块,如果找不到匹配项,则执行默认语句块
①  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=任盈盈;
【多选题】 在javaScript中,有如下代码,选项中都能够得到“李四”的是()。 姓名 年龄 工资 张三 30 5000 李四 25 4500
①  var tb=document.getElementById(employee); var strHtml=tb.lastChild.lastChild.firstChild.value;
②  var tb=document.getElementById(employee); var strHtml=tb.lastChild.lastChild.firstChild.innerHTML;
③  var r=document.getElementById(row3);var strHtml=r.firstChild.HTML;
④  var r=document.getElementById(row3); var strHtml=r.firstChild.value;
【多选题】 下列( )可以使窗口显示前一个页面
①  back( )
②  forward( )
③  go(1)
④  go(-1)
【单选题】 setTimeout(adv( ),20)表示的意思是
①  间隔20秒后,adv()函数就会被调用
②  间隔20分钟后,adv()函数就会被调用
③  间隔20毫秒后,adv()函数就会被调用
④  adv()函数被持续调用20次
【单选题】 JavaScript是运行在()的脚本语言。
①  服务器端
②  客户端
③  在服务器运行后,把结果返回到客户端
④  在客户端运行后,把结果返回到服务端
【单选题】 在HTML页面上包含如下所示的页面代码, 要求编写JavaScript语句清空下拉选择框country的选项内容, 则选项中的语句正确的是( )。 中国 美国
①  document.form1.country.options.size=0;
②  document.form1.country.options.length=0;
③  document.form1.country.options.value=;
④  document.form1.country.value=;
【单选题】 下面( )能在页面中弹出如下图所示的提示窗口,并且用户输入框中默认无任何内容。(带图,图传不上)
①  prompt(请输入你的姓名:);
②  alert(请输入你的姓名:);
③  prompt(请输入你的姓名:,);
④  alert(请输入你的姓名:,);
【单选题】 关于onscroll事件的描述中,以下说法正确的是
①  用于捕捉页面垂直和水平的滚动
②  用于捕捉页面加载完毕
③  用于捕捉鼠标单击事件
④  用于捕捉页面内容改变