【单选题】【消耗次数:1】
— Good morning, Dr Johnsons office. Can I help you?— _______________________.
Speaking, please
Id like to make an appointment, please
Yes, go on
No, you cant
参考答案:
复制
纠错
相关题目
【单选题】 Good morning, Dr Johnson’s office. Can I help you?
①  Speaking, please
②  I’d like to make an appointment, please
③  Yes, go on
④  No, you can’t
【单选题】 A: [填空], may I help you? B: Id like to book a single room, please.
①  Holiday Hotel
②  Speaking
③  Hey
④  Im Franco Rossi
【单选题】 A: Hello, [填空] Can I help you? B: Yes, this is Lin Xiaoyan. Could I speak to Mark Strong, please?
①  Who are you?
②  Whos speaking?
③  Im the secretary.
④  ABHK Bank.
【单选题】 Good morning, sir. May I help you?
①  No, I don’t buy anything
②  No, I don’t need your help
③  Yes, I need some sugar
④  Oh, no. That’s OK
【单选题】 Please drop in whenever you can.. I’d like to keep _________ touch..
①  in
②  to
③  on
④  with
【判断题】 A: Could I speak to John, please? B: No, you cant.
①  正确
②  错误
【单选题】 — Could I make an appointment with Dr. Zhang to check my teeth tomorrow morning?— .
①  Certainly!
②  No, you cannot.
③  He isn’t in.
④  ok
【单选题】 15.Please drop in whenever you can.. I’d like to keep _________ touch..
①  in
②  to
③  on
④  with
【单选题】 Could you help me with my homework, please?
①  No, no way
②  No, I couldn’t
③  No, I can’t
④  Sorry I can’t. I have to go to a meeting right now
【单选题】 —Can I help you?—Id like to buy a present for my fathers birthday, _____ at a proper price, but of great use.
①  that
②  anyone
③  one
④  everything
随机题目
【单选题】 对于正则表达式的元字符,以下描述错误的是()(选择一项)
①  \d 表示数字字符
②  \D 表示非数字字符
③  \W 表示包含数字、字母、和下划线字符
④  \w 表示包含数字、字母、和下划线字符
【单选题】 关于样式的scrollTop属性,以下说法正确的是(选择一项)
①  设置元素顶边缘距离父元素顶边缘之上或之下的距离
②  设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
③  设置或获取位于对象最左端和窗口中可见内容的最左端之间的距离
④  设置或获取位于对象最底端和窗口中可见内容的最底端之间的距离
【单选题】 在HTML中,运行下面的javascript代码,则在弹出的提示框中显示的消息内容为()。(script language=javascript) x=3; y=2; z=(x+2)/y; alert(z);(/script)(选择一项)
①  2
②  2.5
③  32/2
④  16
【单选题】 在JavaScript中,把字符串“123”转换为整型值123的正确方法是( )。(选择一项)
①  var str=123 var num=(int)str;
②  var str=123 var num=str.parseInt(str);
③  var str=123 var num=parseInt(str);
④  var str=123 var num=Integer.parseInt(str);
【判断题】 用var定义一个变量后,如果没有赋予任何值,那么它的值是空值,即null。
①  正确
②  错误
【单选题】 对于String对象常用方法,以下描述正确的是:(选择一项)
①  lowerCase( ) 把字符中转化为小写
②  upperCase( ) 把字符中转化为大写
③  charAt(index) 返回指定位置字符
④  以上全正确
【单选题】 在DOM对象模型中,直接父对象为根对象window的对象中不包括()。(选择一项)
①  history
②  document
③  location
④  form
【单选题】 下列正则表达式中( )可以匹配首位是小写字母,其他位数是小写字母或数字的最少两位的字符串。(选择一项)
①  /^\w{2,}$/
②  /^[a-z][a-z0-9]+$/
③  /^[a-z0-9]+$/
④  /^[a-z]\d+$/
【单选题】 JavaScript是运行在()的脚本语言。(选择一项)
①  服务器端
②  客户端
③  在服务器运行后,把结果返回到客户端
④  在客户端运行后,把结果返回到服务端
【单选题】 在JavaScript中( )方法可以对数组元素进行排序。(选择一项)
①  add( )
②  join( )
③  sort( )
④  length( )