【单选题】【消耗次数:1】
_______itisyou’vefound,youmustgiveitbacktothepersonitbelongsto
That
What
Whatever
However
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【单选题】 The eldest child is thoroughly ____ because they always give him whatever he wants.
①  wasted
②  spoiled
③  destroyed
④  uneducated
【判断题】 It is generally considered unwise to give a child ____whatever____ he or she wants.
①  正确
②  错误
【单选题】 Do what you think is right, ________ they say.
①  whatever
②  however
③  whenever
④  whichever
【单选题】 It is what you do rather than what you say ___ matters.
①  that
②  what
③  which
④  this
【单选题】 Hitler was however wrong and we should ______ to help Russia.
①  make all out
②  make out all
③  go all out
④  go out all
【判断题】 Anyone is likely to commit mistakes, no matter however careful he is.
①  正确
②  错误
【单选题】 You ____ that letter to James. However, you didn’t.
①  ought to write
②  ought to have written
③  should write
④  should be writing
【单选题】 You should give your children more opportunities to have personal time and space to ( ) with friends or do whatever they want.
①  hang out
②  hang up
③  hang on
④  hang in
【单选题】 Dreams are beautiful. However, to _____ them needs lots of time and work.
①  discover
②  find
③  achieve
④  stop
【判断题】 判断线上的内容是否正确:It is generally considered unwise to give a child ____whatever____ he or she wants.
①  正确
②  错误
随机题目
【单选题】 下面( )不是document对象的方法。(选择一项)
①  getElementsByName( )
②  getElementById( )
③  write( )
④  reload( )
【单选题】 有如下JavaScript代码: .... script language=JavaScript var x = true; document.write(x); /script .....页面运行后,输出( )。(选择一项)
①  1
②  0
③  true
④ 
【单选题】 下面( )不是document对象的方法。(选择一项)
①  getElementsByTagName( )
②  getElementById( )
③  write( )
④  reload( )
【单选题】 下面选项中()能获得焦点。(选择一项)
①  blur( )
②  select( )
③  focus( )
④  onfocus( )
【单选题】 下列关于Date对象的getMonth( )方法的返回值描述,正确的是( )。(选择一项)
①  返回系统时间的当前月
②  返回值的范围介于1~12之间
③  返回系统时间的当前月+1
④  返回值的范围介于0~11之间
【单选题】 以下属于location对象的方法,使用它可以实现页面重新加载的是:()(选择一项)
①  host
②  hostname
③  reload
④  replace
【多选题】 在JavaScript中,下列代码可以实现弹出的窗口不可调节尺寸的是()(选择二项)
①  window.open(test.html,弹出窗口,resizable=no
②  window.open(test.html,弹出窗口,resizable=yes
③  window.open(test.html,弹出窗口,resizable=1
④  window.open(test.html,弹出窗口,resizable=0
【单选题】 在JavaScript中,以下选项不是location对象的方法是( )。(选择一项)
①  indexOf( )
②  reload( )
③  assign(url)
④  replace(url)
【单选题】 关于函数,以下说法错误的是()(选择一项)
①  函数类似于方法,是执行特定任务的语句块。
②  可以直接使用函数名称来调用函数
③  函数可以提高代码的重用率
④  函数不能有返回值
【单选题】 下面选项中,( )能够获取滚动条距离页面顶端的距离。(选择一项)
①  onscroll
②  scrollLeft
③  scrollTop
④  top