【单选题】【消耗次数:1】
Why not ______with me? Violent exercise might help to shake you out of your disappointment in love.
do some sports
to do some sports
by doing some sports
about to do some sports
参考答案:
复制
纠错
相关题目
【单选题】 If they ___ to do this work, he might do it some other way.
①  were
②  should
③  will
④  can
【单选题】 If they______to do this work,he might do it some other way.
①  were
②  should
③  will
④  can
【判断题】 Do you want some milk?
①  正确
②  错误
【单选题】 1. If they ______ to do this work, he might do it some other way.
①  were
②  should
③  will
④  can
【单选题】 It’s no use just telling me to do it. Suggest some ____ ways to do it.
①  positive
②  belief
③  attitudes
④  shapes
【单选题】 Id like?to?think?I?can?do?some?work?that?will?( )?international?cooperation?andunderstanding.
①  contribute at
②  contribute in
③  contribute of
④  contribute to
【单选题】 27.He asked me to lend him some money, which I agreed to do, ________ that he paid me back the following week.
①  on occasion
②  on purpose
③  on condition
④  only if
【单选题】 ______ a year does your school have sports meeting?Twice a year.
①  How often
②  How soon
③  How long
④  How many times
【单选题】 I hope ___ the little ___ I have been able to do has been of some use.
①  that; that
②  /; by which?
③  what; what
④  /; with which
【单选题】 10.--Do you have ________ athome now, Stella? --No, we still have to get several pounds of fruit and some tea.
①  something
②  everything
③  nothing
④  anything
随机题目
【单选题】 能够创建元素节点的方法的是( )。
①  createElement()
②  getElementById()
③  getElementByName()
④  forms.length
【单选题】 打开名为 window2 的新窗口的 JavaScript 语法是?( )
①  open.new(http://www.w3school.com.cn,window2)
②  new.window(http://www.w3school.com.cn,window2)
③  new(http://www.w3school.com.cn,window2)
④  window.open(http://www.w3school.com.cn,window2)
【单选题】 以下事件中,不属于键盘事件的是( )。
①  KeyDown
②  KeyPress
③  KeyUp
④  KeyOver
【单选题】 如何在警告框中写入 Hello World?( )
①  alertBox=Hello World
②  msgBox(Hello World)
③  alert(Hello World)
④  alertBox(Hello World)
【单选题】 下列不属于访问指定节点的方法的是( )。
①  obj.value
②  getElementsByTagName()
③  getElementsByName()
④  getElementById()
【单选题】 如何在浏览器的状态栏放入一条消息?( )
①  statusbar = put your message here
②  window.status = put your message here
③  window.status(put your message here)
④  status(put your message here)
【单选题】 引用名为 xxx.js 的外部脚本的正确语法是?( )
①  script src=xxx.js
②  script href=xxx.js
③  script name=xxx.js
④  script link=xxx.js
【单选题】 如何创建函数?( )
①  function:myFunction()
②  function myFunction()
③  function(): myFunction()
④  function()=myFunction()
【单选题】 如何把 7.25 四舍五入为最接近的整数?( )
①  round(7.25)
②  rnd(7.25)
③  Math.rnd(7.25)
④  Math.round(7.25)
【单选题】 下列选项中,Javascript声明变量语句中不正确的是(D)
①  var aa;
②  var bb=3; cc=good
③  var dd = ee = 100;
④  var ff=3, gg= he s good