【单选题】【消耗次数:1】
——Mary, what would you say to a holiday for the weekend? ——____. I am simply tired of life here.
You’retakenthewordsoutofmymouth
Enjoyyourself
Ican’taffordthetime
Whereshouldwego?
参考答案:
复制
纠错
相关题目
【单选题】 -“I’m going to Hang Zhou for a holiday this weekend.”-“____________ you are there, can you buy me some green tea?”
①  Because
②  Before
③  While
④  after
【单选题】 A: Would you mind if I play the violin here? B: [填空].
①  Of course not.
②  Yes, I dont mind
③  Yes, you may do that
④  OK. Everyone does
【单选题】 I am very grateful to you for what you’ve given me and __________ you have done for me.
①  which
②  that
③  all what
④  all that
【单选题】 It is what you do rather than what you say ___ matters.
①  that
②  what
③  which
④  this
【判断题】 The question What is your affiliation? is to ask where you are working,you should answer I am with...
①  正确
②  错误
【单选题】 —Would you like to come to our party this weekend?—______.
①  Yes, it was an interesting party
②  No, I’d like to
③  I’m sorry that I won’t be able to attend the party
④  No
【单选题】 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
【单选题】 The duke interjected, “What you accuse us ______ is true. I am to blame.”
①  with
②  about
③  /
④  of
【单选题】 Do what you think is right, ________ they say.
①  whatever
②  however
③  whenever
④  whichever
【单选题】 --I went to the beach and got plenty of rest. --_______. You looked tired last time I saw you.
①  :I hope so
②  :Really
③  :Im glad you did
④  :The sound was nice
随机题目
【单选题】 下面选项中()能获得焦点。
①  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);
【多选题】 在javaScript中,下列选项中能够得到最后一个“Mary”的是()
①  var i=str.substring(str.indexOf(Mary,13));
②  var i=str.substring(str.indexOf(Mary,13),str.length);
③  var i=str.substring(str.indexOf(Mary));
④  var i=str.substring(str.indexOf(Mary),str.indexOf(Mary)+4);
【多选题】 在javascript中,下面代码表示获取文本框的值,则下列选项中验证文本框为空的条件表达式不正确的是() var userName=document.getElementById(txtName).value;
①  userName==
②  userName.length<=0
③  userName.length<0
④  userName.length=
【单选题】 在HTML页面中,不能与onChange事件处理程序相关联的表单元素有( )。
①  文本框
②  复选框
③  列表框
④  按钮
【单选题】 关于样式中的font-style属性,以下描述正确的是
①  用于设置字体样式
②  用于设置字体大小
③  用于设置字体类型
④  用于设置字体颜色