【单选题】【消耗次数:1】
---I think we’ve met somewhere before.---No, _________.
it isn’t likely
it can’t be true
I would rather not
I don’t think I know you
参考答案:
复制
纠错
相关题目
【单选题】 I don’ t think it’ s important, _____?
①  doesn’ t
②  is it
③  do I
④  isn’ t
【单选题】 I don’t know you want to keep the letter, I’ve _____it up.
①  torn
②  given
③  broken
④  disposed
【单选题】 I don’t think you can work out the maths problem ___ her help.
①  since
②  unless
③  with
④  without
【单选题】 —Look, someone is coming. Guess who it ___ be?—I think it ___ be Tom.—I don’t think it ___ be ___.
①  ?must; can; must; his
②  ?may; can; must; him
③  ?can; must; can; him
④  ?might; must; can; himself
【单选题】 19._____ all this work and so little sleep at night, I don’t think I can go on much longer.
①  What about
②  What if
③  What with
④  What for
【单选题】 I don’t think you’ll be able to understand this formula(公式)___ you finish school.
①  as if
②  only when
③  even
④  even when
【单选题】 Don’t go there this afternoon, I’d rather you _____ tomorrow.
①  went
②  go
③  will go
④  would go
【判断题】 I don’t know what you are talking about.
①  正确
②  错误
【单选题】 If you don’t go, ____ I.
①  nor shall
②  so don’t
③  neither do
④  so do
【单选题】 13.Don’t ______ to let me know if there’s anything I can do for you.
①  thrill
②  hesitate
③  reject
④  puzzle
随机题目
【单选题】 下列选项中,可以用于代替SQL语句模版中数据部分的符号是( )。
① 
②  *
③  &
④  %
【单选题】 用户第一次访问服务器时,服务器会在响应消息中增加( )头字段,并将信息发送给浏览器。
①  SetCookie
②  Cookie
③  Set-Cookie
④  以上答案都不对
【判断题】 3306是MySQL数据库服务器的默认端口号。
①  正确
②  错误
【判断题】 目前PDO扩展只可以操作MySQL数据库。
①  正确
②  错误
【判断题】 PRIMARY KEY可以唯一标识表中的某一条记录。
①  正确
②  错误
【单选题】 下列选项中,不属于文本属性的是( )。
①  font-size
②  font-style
③  text-align
④  background-color
【单选题】 页面中有一表单myform,表单中有名为txtEmail的输入电子邮件文本框,则以下验证电子邮件格式必须包含点符号(.)代码正确的是( ).
①  var strEmail = document.myform.txtEmail.value; if(strEmail.indexOf(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号!); document.myform.txtEmail.focus( ); }
②  var strEmail = document.myform.txtEmail.text; if(strEmail.indexOf(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号!); document.myform.txtEmail.focus( ); }
③  var strEmail = document.myform.txtEmail.value; if(strEmail.concat(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号!); document.myform.txtEmail.focus( ); }
④  var strEmail = document.myform.txtEmail.text; if(strEmail.concat(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号!); document.myform.txtEmail.focus( ); }
【单选题】 当鼠标指针移到页面上的某个图片时,图片出现一个边框,并且图片放大,这是因为激发了下面的( )事件。
①  onclick
②  onmousemove
③  onmouseout
④  onmousedown
【单选题】 String对象的方法不包括()
①  charAt( )
②  substring( )
③  toUpperCase( )
④  length( )
【单选题】 关于DOM的三个组成部分,其中不包括:()
①  Core DOM
②  XML DOM
③  HTML DOM
④  XHTML DOM