【单选题】【消耗次数:1】
We all thought ______ pity that you were unable to attend our meeting.
that
which
this
it
参考答案:
复制
纠错
相关题目
【单选题】 A: I thought you were working until 6:30. B: [填空], but we finished our meeting at 5:30 and were let go.
①  I tried to
②  I hoped so
③  Id love to
④  I was supposed to
【判断题】 A: Must I attend the meeting? B: No, you neednt.
①  正确
②  错误
【单选题】 Not only ______ our money, but we were also in danger of losing our lives.
①  we lost
②  lost we
③  we did lose
④  did we lose
【单选题】 —We all had a lot of fun at the barbecue ?yesterday. Pity you weren’t there. —I really should have gone with ?you but I _______ on some remaining problems.
①  worked
②  was working?
③  would work
④  would have worked
【单选题】 You never told us why you were one hour late for the last meeting, ____?
①  weren’t you
②  didn’t you
③  have you
④  did you
【单选题】 We passed a pool in which ducks were_________.
①  climbing
②  jogging
③  hiking
④  swimming
【单选题】 The question came up at the meeting ___ we had enough money for our research.
①  that
②  which
③  whether
④  if
【单选题】 We looked for a table to sit down, but they were all ____.
①  reserved for
②  engaged in
③  used up
④  taken up
【单选题】 It has been proposed that we ____ our decision until the next meeting.
①  delayed
②  delay
③  can delay
④  are to delay
【单选题】 It has been proposed that we _____our decision until the next meeting.
①  delayed
②  delay
③  can delay
④  are to delay
随机题目
【单选题】 引用外部show.js文件方法正确的选项是( )。
①  script src=show/script
②  scriptname=show.js/script
③  scripthref=show.js/script
④  scriptsrc=show.js/script
【单选题】 引用名为 xxx.js 的外部脚本的正确语法是?( )
①  script src=xxx.js
②  script href=xxx.js
③  script name=xxx.js
④  script link=xxx.js
【单选题】 如何在浏览器的状态栏放入一条消息?( )
①  statusbar = put your message here
②  window.status = put your message here
③  window.status(put your message here)
④  status(put your message here)
【单选题】 以下选项中,表单重置事件对应的事件句柄是( )。
①  onSubmit
②  onReset
③  onChange
④  onLoad
【单选题】 使用location对象的( )方法可以实现用新URL取代当前窗口的URL。
①  load
②  onload
③  replace
④  open
【单选题】 可以在下列哪个 HTML 元素中放置 Javascript 代码?( )
①  script
②  javascript
③ 
④  scripting
【单选题】 引用外部compute.js脚本正确的语法是( )。
①  script href=compute.js
②  style href=compute.js
③  script src=compute.js
④  style src=compute.js
【单选题】 边距属性为“上边距:20px、下边距:30px、左边距:40px、右边距:50px”正确的设置是( )。
①  margin:20px 30px 40px 50px
②  border: 20px 30px 40px 50px
③  margin:20px 50px 30px 40px
④  margin-top:20px 30px 40px 50px
【单选题】 在JavaScript中,下列满足变量x大于等于20且小于100条件的正确表达式是( )。
①  (X=20 100)
②  (x=20 and x100)
③  (X=20 0r x=100)
④  (x=20 lOO)
【单选题】 下列JavaScript语句中能正确执行的是( )。
①  document.printf(Welcome to You!);
②  var x=5;if(x) {alert(Hello World! );}
③  var z,if;
④  {var x=4,y=9;alert(Hello World!”);