【单选题】【消耗次数:1】
How about going to the cinema tonight, Jane?
I don’t think so
I’m sorry. I have to drive my mother home tonight
Never mind
Take it easy
参考答案:
复制
纠错
相关题目
【判断题】 A: I’m sorry I’m late again. B: Never mind.
①  正确
②  错误
【单选题】 40.—I`m sorry I didn`t do a good job. ---Never mind.____you have tried your best.
①  Aboveall
②  Aboveall
③  Atall
④  Afterall
【单选题】 Peter: How about going to the movies tonight then?Mary: ____
①  I don’t know.
②  The movie is very interesting.
③  That sounds good.
④  The movie is very boring.
【单选题】 A: How about going to dinner at the Mexican restaurant tonight? B: [填空].
①  I like Mexican food
②  Id like to, but I already have plans for tonight
③  Forget it
④  I dont know
【单选题】 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?
【单选题】 I don’t want to talk about it now. I’m not in the __________ .
①  feeling
②  attitude
③  emotion
④  mood
【单选题】 I won’t be able to attend the meeting tonight because _________ .
①  I must teach a class
②  I teach a class
③  I will be teaching a class
④  I will have been teaching a class
【判断题】 I just couldn’t make my mind, so in the end I bought both.
①  正确
②  错误
【单选题】 Oh, I’m sorry. But I promise I’ll be careful next time.
①  It’s nothing at all
②  Oh, never min
③  It doesn’t matter
④  Thank you
⑤  There are no questions
【单选题】 I don’ t think it’ s important, _____?
①  doesn’ t
②  is it
③  do I
④  isn’ t
随机题目
【单选题】 关于函数,以下说法错误的是()
①  函数类似于方法,是执行特定任务的语句块。
②  可以直接使用函数名称来调用函数
③  函数可以提高代码的重用率
④  函数不能有返回值
【单选题】 有如下JavaScript代码: ....。 .....。 页面运行后,输出( )。
①  1
②  0
③  true
④ 
【单选题】 以下不属于select对象常用属性的是
①  onchange
②  length
③  selectedIndex
④  options
【单选题】 以下选项中,( )可以打开一个无状态栏,无工具栏、有滚动条的页面。
①  window.open(adv.html);
②  window.open(adv.html,广告,toolbar=0,scrollbar=0,status=1)
③  window.open(adv.html,广告,toolbar=1,scrollbar=1,status=0)
④  window.open(adv.html,广告,toolbar=0,scrollbar=1,status=0)
【单选题】 要在网页的状态栏中显示“已经选中该文本框”,下列JavaScript语句正确的是是( )。
①  window.status=已经选中该文本框;
②  document.status=已经选中该文本框;
③  window.screen=已经选中该文本框;
④  document.screen=已经选中该文本框;
【单选题】 在JavaScript中,对字符串str=welcome to my home进行以下操作,描述正确的是( )。
①  str.substring(1,6)返回值是welco
②  str.length返回值为18
③  str.indexOf(come)返回值为4
④  str.toUpperCase( )的值为“Welcome To My Home”。
【单选题】 setTimeout(buy( ),20)表示的意思是( )。
①  间隔20秒后,buy( )函数被调用一次
②  间隔20分钟后,buy( )函数被调用一次
③  间隔20毫秒后,buy( )函数被调用一次
④  buy( )函数被持续调用20次
【单选题】 以下不属于window对象的常用方法有:()
①  prompt
②  alert
③  confirm
④  location
【单选题】 关于history对象的常用方法,以下说法正确的是()
①  back()用于加载前一个url
②  forward()用于加载下一个url
③  go()用于加载某个指定的url
④  以上说法均正确
【单选题】 下面选项中,( )能够获取滚动条距离页面顶端的距离。
①  onscroll
②  scrollLeft
③  scrollTop
④  top