【单选题】【消耗次数:1】
A: Why didnt you come to my party last night? B: Im sorry, [填空]. I had to visit my grandmother at the hospital.
I did it
I still remember it
I will come
I couldnt make it
参考答案:
复制
纠错
相关题目
【单选题】 A: Sorry, I couldnt come to the party? I was sick that day. B: [填空].
①  I dont know that
②  Yes, well have another party
③  Thats all right
④  No, the party wasnt held
【单选题】 —Why didnt you come to join her party?—I______, but I had to deal with something urgent.
①  would have
②  should
③  would do
④  was going to have
【单选题】 —Why didn’t you come to join her party? —I______, but I had to look after my ill mother.
①  would have
②  should
③  would do
④  was going to have
【单选题】 A: Mary, Im very sorry to tell you that I wont be able to come this Friday. B: Whats the matter? [填空].
①  Nothing wrong, I hope
②  Its all right with me
③  Im really sorry for that
④  You can come some other time
【单选题】 —Don’t forget to come to my birthday party tomorrow.—I ____ .
①  don’t
②  won’t
③  can’t
④  haven’t
【单选题】 I ___ go to bed until I ___ finished my work last night.
①  don’t; had
②  didn’t; have
③  didn’t; had
④  don’t; have
【单选题】 A: Richard, class begins at 9, and you are late. B: I know, but I missed my bus, Im sorry. B: [填空]. You have to be here on time.
①  Thats no excuse
②  Dont mention it
③  You neednt be
④  No problem
【单选题】 A: I went on a date with Susan last weekend. B: Really? [填空]? A: I couldnt ask for a better night.
①  Is she nice
②  How was it
③  Is it a beautiful night
④  Did you like her
【单选题】 I remember _______ you the story last night.
①  telling
②  told
③  to tell
④  have told
【单选题】 I________go to bed until I________finished my work last night.
①  dont;had
②  didnt;have
③  didnt;had
④  dont;have
随机题目
【多选题】 在HTML文档中包含如下超链接,则选择中对此超链接描述正确的是()。 注册
①  将在浏览器中显示文本内容为“#”的超链接
②  当鼠标移入此链接时,超链接文本大小变为14px
③  当鼠标移出此链接时,超链接文本大小变为14px
④  当鼠标移入此链接时,超链接文本大小变为24px
【多选题】 以下属于文本框对象常用方法的有:
①  blur
②  focus
③  onkeypress
④  select
【多选题】 对于正则表达式RegExp对象的两个主要方法,以下描述正确的是
①  exec()检索字符串中指定的值勤,返回true或false
②  test()检索字符串中是正则表达式的匹配,返回找到的值
③  test()检索字符串中指定的值勤,返回true或false
④  exec()检索字符串中是正则表达式的匹配,返回找到的值
【多选题】 对于prompt()方法描述正确的有:( )
①  该方法执行时会弹出一个提示对话框,等待用户输入一行数据
②  基本语法是:prompt(提示信息,“输入框的默认信息”);
③  该方法的返回值可以被引用或存储到变量中。
④  如果用户单击“取消”按钮或直接关闭提示对话框,该方法将返回false
【单选题】 以下不属于常用边框样式属性的有:
①  border-width
②  border-style
③  border-color
④  border-size
【单选题】 关于样式的scrollTop属性,以下说法正确的是
①  设置元素顶边缘距离父元素顶边缘之上或之下的距离
②  设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
③  设置或获取位于对象最左端和窗口中可见内容的最左端之间的距离
④  设置或获取位于对象最底端和窗口中可见内容的最底端之间的距离
【单选题】 下面()能够动态改变层中的提示内容。
①  利用层的innerHTML属性改变内容
②  利用层的id属性改变内容
③  使用onblur事件来实现
④  使用display事件来实现
【单选题】 在JavaScript中,下列选项能把“毒皇后”这一行删除的是() 七个小矮人 7 毒皇后 100 白雪公主 8
①  document.getElementById(tb).deleteRow(1)
②  document.getElementById(tb).deleteRow(2)
③  document.getElementById(tb).deleteRow[1]
④  document.getElementById(tb).deleteRow[2]
【单选题】 分析下面的JavaScript代码段,输出结果是()。 var mystring=I am a student; a=mystring.charAt(9); document.write(a);
①  I am a st
②  u
③  udent
④  t
【单选题】 下列正则表达式中( )可以匹配首位是小写字母,其他位数是小写字母或数字的最少两位的字符串。
①  /^\w{2,}$/
②  /^[a-z][a-z0-9]+$/
③  /^[a-z0-9]+$/
④  /^[a-z]\d+$/