【单选题】【消耗次数:1】
When in solitude, she sometimes ( ) that she saw strange images.
fancies
fancied
fancy
fancing
参考答案:
复制
纠错
相关题目
【单选题】 When she saw the clouds, she went back to the house to ____ her umbrella.
①  bring
②  fetch
③  take
④  carry
【单选题】 When I saw Mary , she __________ on the piano.
①  is playing
②  plays
③  was playing
④  played
【单选题】 When I saw Mary , she _______on the piano.
①  is playing
②  plays
③  was playing
④  played
【单选题】 When I saw Mary, she ___ on the piano.
①  is playing
②  plays
③  was playing
④  played
【单选题】 1.When I saw Mary, she on the piano.
①  is playing
②  plays
③  was playing
④  played
【单选题】 It was strange _______ she left without saying a word.
①  that
②  what
③  why
④  how
【单选题】 When she was criticized, she claimed that it was outside her _____of responsibility.
①  field
②  limit
③  extent
④  range
【判断题】 She had her finger cut when she is paper-cutting.
①  正确
②  错误
【单选题】 Lindas parents died when she was a baby, and she was __________ by her aunt.
①  turned into
②  raised up
③  grown up
④  brought up
【单选题】 Although she wrote a lot of short stories and poems when she was very young, ____ she was twenty five.
①  her first real success did not come until
②  her real first success came until not
③  since her first real success did not come until
④  not until her first real success
随机题目
【单选题】 JavaScript中表示声明变量的关键字是( )。
①  if
②  while
③  var
④  loop
【单选题】 下列不属于JavaScript的关键字的是( )。
①  for
②  interface
③  switch
④  new
【单选题】 对location对象的href属性的叙述错误的是( )
①  可以获取当前路径
②  可以改变当前路径
③  可以用来刷新页面
④  是只读属性
【单选题】 如何编写当 i 不等于 5 时执行一些语句的条件语句?( )
①  if =! 5 then
②  if < 5
③  if (i < 5)
④  if (i != 5)
【单选题】 下列选项中,javascript变量名称不合法的是( )
①  string
②  length
③  非法字符
④  this
【单选题】 下列定义函数display()语法正确的是( )。
①  function display(){}
②  function: display(){}
③  function=display(){}
④  display(){}
【单选题】 如何编写当 i 等于 5 时执行一些语句的条件语句?( )
①  if (i==5)
②  if i=5 then
③  if i=5
④  if i==5 then
【单选题】 如何获得客户端浏览器的名称?( )
①  client.navName
②  navigator.appName
③  browser.name
④  navigator=appName
【单选题】 下列代码分析正确的是( )。 1 function createNode () { 2 var pl=document. createElement ( p ) ; 3 var txt=document. createTextNode ( Hello ! ) ; 4 pl.appendChild (txt) ; 5 document.appendChild (p) ; 6 }
①  代码第2行是创建一个p元素标记
②  代码第4行是为文档添加文本节点
③  p是文本节点的子节点
④  函数的功能是创建新的文本节点
【单选题】 JavaScript中的Load事件的作用是( )。
①  浏览器窗口加载页面时,执行的JavaScript事件
②  浏览器窗口离开页面时,执行的JavaScript事件
③  用户提交一个表单时,执行的JavaScript事件
④  鼠标移出对象时,执行的JavaScript事件