【单选题】【消耗次数:1】
- Would you mind changing seats with me?
Yes, you can
Of course, I like to
No, I don’t mind
Certainly, please do
参考答案:
复制
纠错
相关题目
【单选题】 Do you mind changing seats with me?_________
①  Yes, you can.
②  Of course, I like to.
③  No, I don’t mind.
④  Certainly, please do.
【单选题】 A: Would you mind changing seats with me? B: [填空].
①  Yes, you can
②  Of course, I dont mind
③  No, I dont mind
④  Certainly, please do.
【单选题】 Do you mind if I join you?
①  I’m very happy to do so
②  Never mind
③  Please do
④  Oh, I can’t
【单选题】 -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
【单选题】 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?
【判断题】 A: Sorry,I cant follow you. Would you mind saying that slowly? B: Certainly not.
①  正确
②  错误
【单选题】 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
【单选题】 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
【单选题】 Do you mind telling me where you’re from?
①  Certainly. I’m from London
②  Sure. I was born in London
③  Not really, you can do it
④  Certainly not. I’m from London
随机题目
【单选题】 关于函数,以下说法错误的是()(选择一项)
①  函数类似于方法,是执行特定任务的语句块。
②  可以直接使用函数名称来调用函数
③  函数可以提高代码的重用率
④  函数不能有返回值
【单选题】 下面选项中,( )能够获取滚动条距离页面顶端的距离。(选择一项)
①  onscroll
②  scrollLeft
③  scrollTop
④  top
【单选题】 关于history对象的常用方法,以下说法正确的是()(选择一项)
①  back()用于加载前一个url
②  forward()用于加载下一个url
③  go()用于加载某个指定的url
④  以上说法均正确
【单选题】 在页面上有一个id为room的文本框,下面选项()能够实现当单击room时,room的背景颜色变为“#cccccc”。
①  input id=room type=text onfocus=this.style.backgroundColor=#cccccc /
②  input id=room type=text onfocus=this.backgroundColor=#cccccc /
③  input id=room type=text onblur=this.style.backgroundColor=#cccccc /
④  input id=room type=text onblur=this.backgroundColor=#cccccc /
【单选题】 在JavaScript中,运行下面代码后的返回值是( )。var flag = true;document.write(typeof(flag));(选择一项)
①  undefined
②  null
③  number
④  boolean
【单选题】 以下不属于window对象的常用方法有:()(选择一项)
①  prompt
②  alert
③  confirm
④  location
【单选题】 在一个注册页面中,如果填写完注册信息后单击“注册”按钮,使用window对象的( )方法会弹出一个如图所示的确认对话框,并且根据单击“确定”或“取消”按钮的不同,实现不同的页面程序。<img src=https://huaweicloudobs.ahjxjy.cn/F1AA854D6384720BD16C7B3F88FC2BBF.png title=Q-47.png alt=Q-47.png/>(选择一项)
①  confirm( )
②  prompt( )
③  alert( )
④  open( )
【单选题】 下面( )能在页面中弹出如下图所示的提示窗口,并且用户输入框中默认无任何内容。<img src=https://huaweicloudobs.ahjxjy.cn/AF2289244F8BA82AC76287FECD890305.png title=Q-42.png alt=Q-42.png/>(选择一项)
①  prompt(请输入你的姓名:
②  alert(请输入你的姓名:
③  prompt(请输入你的姓名:,
④  alert(请输入你的姓名:,
【单选题】 在javaScript中,运行下列代码后的结果是 var d=1document.write(typcof(d));(选择一项)
①  char
②  number
③  string
④  undefined
【单选题】 对于正则表达式的元字符,以下描述错误的是()(选择一项)
①  \d 表示数字字符
②  \D 表示非数字字符
③  \W 表示包含数字、字母、和下划线字符
④  \w 表示包含数字、字母、和下划线字符