【单选题】【消耗次数:1】
How do you do? Glad to meet you._________
Fine. How are you?
How do you do? Glad to meet you, too.
How are you? Thank you!
Nice. How are you?
参考答案:
复制
纠错
相关题目
【判断题】 A: How do you do? Pleased to meet you. B: How do you do? Pleased to meet you, too.
①  正确
②  错误
【判断题】 A: How do you do? B: Fine, thank you, and you?
①  正确
②  错误
【单选题】 A: How do you do? B: [填空]
①  Fine, thank you.
②  How do you do?
③  Not too bad.
④  Very well.
【单选题】 Susan: How do you do, Mrs. White.Mrs. White: How do you do, Susan. I’m glad you can join us. __________
①  Dont be shy.
②  Please feel natural.
③  Make yourself at home.
④  Feel all right here.
【单选题】 Susan: How do you do, Mrs. White.Mrs. White: How do you do, Susan. I’m glad you can join us. __________
①  Don’t be shy.
②  Please feel natural.
③  Make yourself at home.
④  Feel all right here.
【单选题】 How [填空] rice do you need?
①  much
②  many
③  long
④  about
【多选题】 A: How often do you usually exercise?B:_______________ .
①  Every morning
②  Once a day
③  Twice a week
④  Very often
【单选题】 How many [填空] do you see in the kitchen?
①  tomatos
②  tomatoes
③  tomato
④  the tomato
【单选题】 —How do you feel about your family life? — .
①  Good. It’s a good choice to work there.
②  Not bad. I think it is a good choice to be a full-time mother.
③  Not bad. I have visited their family a lot of times.
【单选题】 How_________ people do you have in your family?
①  much
②  many
③  long
④  far
随机题目
【单选题】 以下不属于style对象中的positioning属性有
①  top
②  left
③  right
④  z-Index
⑤  bottom
【单选题】 下面( )不是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 ()反转数组中的元素