【单选题】【消耗次数:1】
5. The children were seen _______ musical instruments across the street.
play
to play
playing
played
参考答案:
复制
纠错
相关题目
【单选题】 The audience were ( ) by the opening night of that play.
①  far away
②  blown away
③  right away
④  go away
【单选题】 he children  ()  many times not to play with fire.
①  told
②  have told
③  have been told
④  are being told
【单选题】 It’s ___________ to see these tiny children play the piano so beautifully.
①  amaze
②  amazingly
③  amazed
④  amazing
【单选题】 In the Chinese household, grandparents and other relative play ___ roles in raising children.
①  incapable
②  indispensable
③  insensible
④  infinite
【单选题】 I _____ online games when my father came back.A. played B. am playing C. have played D. was playing
①  am playing
②  played
③  have played
④  was playing
【单选题】 The old man ______ across the street
①  walked
②  was walking
③  walks
④  were walking
【单选题】 18. Some students like to play_____ piano, while others like to play _____ football.
①  the, /
②  /, the
③  the, the
④  . the, a
【单选题】 A: Did you use to play the violin? B: [填空].
①  Yes, I do
②  No, I didnt
③  Yes, I play it every day.
④  No, I do
【判断题】 Mark and I are play basketball.
①  正确
②  错误
【判断题】 It’s not safe to play on the road.
①  正确
②  错误
随机题目
【单选题】 对于正则表达式的元字符,以下描述错误的是()(选择一项)
①  \d 表示数字字符
②  \D 表示非数字字符
③  \W 表示包含数字、字母、和下划线字符
④  \w 表示包含数字、字母、和下划线字符
【单选题】 关于样式的scrollTop属性,以下说法正确的是(选择一项)
①  设置元素顶边缘距离父元素顶边缘之上或之下的距离
②  设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
③  设置或获取位于对象最左端和窗口中可见内容的最左端之间的距离
④  设置或获取位于对象最底端和窗口中可见内容的最底端之间的距离
【单选题】 在HTML中,运行下面的javascript代码,则在弹出的提示框中显示的消息内容为()。(script language=javascript) x=3; y=2; z=(x+2)/y; alert(z);(/script)(选择一项)
①  2
②  2.5
③  32/2
④  16
【单选题】 在JavaScript中,把字符串“123”转换为整型值123的正确方法是( )。(选择一项)
①  var str=123 var num=(int)str;
②  var str=123 var num=str.parseInt(str);
③  var str=123 var num=parseInt(str);
④  var str=123 var num=Integer.parseInt(str);
【判断题】 用var定义一个变量后,如果没有赋予任何值,那么它的值是空值,即null。
①  正确
②  错误
【单选题】 对于String对象常用方法,以下描述正确的是:(选择一项)
①  lowerCase( ) 把字符中转化为小写
②  upperCase( ) 把字符中转化为大写
③  charAt(index) 返回指定位置字符
④  以上全正确
【单选题】 在DOM对象模型中,直接父对象为根对象window的对象中不包括()。(选择一项)
①  history
②  document
③  location
④  form
【单选题】 下列正则表达式中( )可以匹配首位是小写字母,其他位数是小写字母或数字的最少两位的字符串。(选择一项)
①  /^\w{2,}$/
②  /^[a-z][a-z0-9]+$/
③  /^[a-z0-9]+$/
④  /^[a-z]\d+$/
【单选题】 JavaScript是运行在()的脚本语言。(选择一项)
①  服务器端
②  客户端
③  在服务器运行后,把结果返回到客户端
④  在客户端运行后,把结果返回到服务端
【单选题】 在JavaScript中( )方法可以对数组元素进行排序。(选择一项)
①  add( )
②  join( )
③  sort( )
④  length( )