【单选题】【消耗次数:1】
John always [填空] classmates.
help
helping
helps
to help
参考答案:
复制
纠错
相关题目
【单选题】 1. I help him ____ he helps me. We help each other.
①  but
②  and
③  or
④  though
【单选题】 She is sympathetic by nature and _______ is always ready to help others.
①  who
②  whom
③  that
④  \
【单选题】 Could you help [填空]?
①  I
②  me
③  my
④  mine
【单选题】 A: Please help yourself to the fish. B: [填空].
①  No, I cant
②  Thanks, but I dont like fish
③  Sorry, I cant help
④  Well, fish dont suit for
【单选题】 A: Please help yourself to the fish. B:[填空]
①  Thanks , but I dont like the fish.
②  Sorry, I cant help.
③  Well, what about you?
④  Oh, I cant.
【单选题】 A: May I help you, madam? B: [填空].
①  Thats very kind of you
②  You are very nice
③  Youd better give me a hand
④  Yes, Id like a kilo of apples
【单选题】 Help __________.
①  you
②  yourself
③  yourselfs
④  your
【单选题】 24. The kind-hearted woman always tries to help others, but recently she has been ____kind and generous.
①  chiefly
②  specially
③  principally
④  especially
【判断题】 I will help you do it. = I will help you to do it.
①  正确
②  错误
【单选题】 A: Could you help me put up the posters on the wall? B: [填空].
①  I will
②  No problem
③  I would like
④  Thats a good idea
随机题目
【单选题】 在javaScript中,运行下列代码后的结果是 var d=1; document.write(typcof(d));
①  char
②  number
③  string
④  undefined
【单选题】 在JavaScript中()方法可以对数组元素进行排序。
①  add()
②  join()
③  sort()
④  length()
【单选题】 某页面中有一个id为main的div,div中有两个图片和一个文本框,下列( )能够完整地复制节点main及div中所有的内容。
①  document.getElementById(main).cloneNode(true);
②  document.getElementById(main).cloneNode(false);
③  document.getElementById(main).cloneNode( );
④  main.cloneNode( );
【单选题】 下面选项中()能获得焦点。
①  blur( )
②  select( )
③  focus( )
④  onfocus( )
【单选题】 对于正则表达式的元字符,以下描述错误的是()
①  \d 表示数字字符
②  \D 表示非数字字符
③  \W 表示包含数字、字母、和下划线字符
④  \w 表示包含数字、字母、和下划线字符
【单选题】 以下属于location对象的方法,使用它可以实现页面重新加载的是:()
①  host
②  hostname
③  reload
④  replace
【单选题】 下列选项中( )可以用来检索下拉列表框中被选项目的索引号。
①  selectedIndex
②  options
③  length
④  indexNumber
【单选题】 关于数组对象的常见方法,以下说法错误的是
①  join() 把数组的所有元素放入一个字符串中,通过一个分隔符进行分隔
②  sort ()把数组的元素进行排序
③  length() 获取数组中元素的数目
④  reverse ()反转数组中的元素
【单选题】 下列声明数组的语句中,错误的选项是( )
①  var student =new Array( );
②  var student =new Array(3);
③  var student[] =new Array(3) (4);
④  var student =new Array(rose,mick);
【多选题】 在javaScript中,下列选项中能够得到最后一个“Mary”的是()
①  var i=str.substring(str.indexOf(Mary,13));
②  var i=str.substring(str.indexOf(Mary,13),str.length);
③  var i=str.substring(str.indexOf(Mary));
④  var i=str.substring(str.indexOf(Mary),str.indexOf(Mary)+4);