【单选题】【消耗次数:1】
Do you mind if I take a couple of hours off this afternoon?
Never mind
OK, but what for?
Yes, please help yourself
Yes, but I don’t care
参考答案:
复制
纠错
相关题目
【判断题】 A: Do you mind if I take three days off this week? B: Never mind.
①  正确
②  错误
【单选题】 Jane: I’d like to have some ice cream if you don’t mind. Man: ____. Help yourself.?
①  of course ?
②  Yes, I do ?
③  Oh, yes ?
④  Of course not?
【单选题】 Do you mind if I join you?
①  I’m very happy to do so
②  Never mind
③  Please do
④  Oh, I can’t
【判断题】 A: You havent changed your mind, have you? B: Yes, I havent.
①  正确
②  错误
【单选题】 -I hope you don’t mind my pointing out your mistakes.- ____.
①  Of course
②  You’re welcome
③  Certainly not
④  Yes, I do
【单选题】 You don’t mind ______ you Xiao Li, do you?
①  call
②  to call
③  to calling
④  my calling
【判断题】 A: Do you mind my smoking here? B: Yes. Better not
①  正确
②  错误
【单选题】 A: Would you mind if I turned the radio off? B: [填空].
①  Yes, please
②  No, go right ahead
③  Yes, thats all right
④  No, thank you
【单选题】 40.—I`m sorry I didn`t do a good job. ---Never mind.____you have tried your best.
①  Aboveall
②  Aboveall
③  Atall
④  Afterall
【单选题】 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.
随机题目
【单选题】 关于以下JavaScript代码,说法正确的是( )。var s = document.getElementsByTagName(pfor(var i = 0;i(s.length;i++) { s[i].style.display=none}
①  隐藏了页面中所有id为p的对象
②  隐藏了页面中所有name为p的对象
③  隐藏了页面中所有标签为(p)的对象
④  隐藏了页面中标签为(p)的第一个对象
【单选题】 在HTML中,CSS样式的Z-index属性表示的含义是()。(选择一项)
①  对象是否显示
②  文本的对齐方式
③  层的堆叠次序
④  字体类型
【单选题】 关于数组对象的常见方法,以下说法错误的是(选择一项)
①  join() 把数组的所有元素放入一个字符串中,通过一个分隔符进行分隔
②  sort ()把数组的元素进行排序
③  length() 获取数组中元素的数目
④  reverse ()反转数组中的元素
【单选题】 setTimeout(adv( ),20)表示的意思是(选择一项)
①  间隔20秒后,adv()函数就会被调用
②  间隔20分钟后,adv()函数就会被调用
③  间隔20毫秒后,adv()函数就会被调用
④  adv()函数被持续调用20次
【单选题】 在html中,有如下代码,单击按钮后的效果是:( )(input type=button value=ok onclick=this.style.background=red)(选择一项)
①  页面上的文字变成红色
②  按钮上的文字变成红色
③  页面背景字变成红色
④  按钮背景变成红色
【单选题】 对于ECMAScript的描述中,以下说法错误的是( ).(选择一项)
①  它是一个重要的标准,并不是javascript唯一的部分。
②  是一种开放的,国际上广为接受的,标准的脚本言规范。
③  它主要描述了语法、变量、数据类型、运算符、逻辑控制语句等。
④  ECMAScript遵循了JavaScript标准。
【单选题】 在JavaScript中,以下变量命名非法的是()。(选择一项)
①  numb_1
②  2numb
③  sum
④  de2$f
【判断题】 在Array数组对象中可用unshift方法向数组删除第一个元素。
①  正确
②  错误
【判断题】 在添加JavaScript注释方法中,单行的注释以/开始。
①  正确
②  错误
【判断题】 JavaScript的核心语言对象包括字符串对象、数学对象、日期对象、数组对象。
①  正确
②  错误