【单选题】【消耗次数:1】
IlikewatchingTV_______tothecinema.
more than to go
more than going
than going
rather than to go
参考答案:
复制
纠错
相关题目
【单选题】 Some handicapped people may be ______ to go out at all and a visitor is more than welcome.
①  able
②  unable
③  disable
④  disabled
【单选题】 17.We`d rather stay at home than go to the cinema, _____?.
①  hadwe
②  hadn`twe
③  wouldn`twe
④  wouldwe
【单选题】 To answer correctly is more important than ____.
①  that you finish quickly
②  finishing quickly
③  to finish quickly
④  finish quickly
【单选题】 To answer correctly is more important than________.
①  that you finish quickly
②  finishing quickly
③  to finish quickly
④  finish quickly
【判断题】 Amy is more stronger than that girl.
①  正确
②  错误
【单选题】 Tom ____more than twenty pounds on the novel.
①  spent
②  paid
③  cost
④  took
【多选题】 Computers are __________ more efficient than human beings.
①  many
②  much
③  less
④  far
【单选题】 Tom ________ more than twenty pounds on the novel.
①  spent
②  paid
③  cost
④  took
【判断题】 My piano is more newer than his.
①  正确
②  错误
【单选题】 Hed had more than enough practice to become a(n ) ____.
①  special
②  skill
③  profession
④  expert
【单选题】 Modern ____ perhaps causes more problems than it solves.
①  technique
②  technology
③  tactics
④  tendency
随机题目
【单选题】 JavaScript代码段如下,下面对代码段分析正确的是( )。 滚动的文字; 则下列选项对代码段描述正确的是( )。
①  文字循环向右滚动100次,然后停止
②  文字向左无限次循环滚动;鼠标停在文字上时,文字停止滚动,移开时,继续滚动
③  文字循环向左滚动100次,鼠标停在文字上时,文字停止滚动,移开时,继续滚动
④  文字向左来回往复滚动,鼠标停在文字上时,文字停止滚动,移开时,继续滚动
【单选题】 在HTML中,CSS样式的Z-index属性表示的含义是()。
①  对象是否显示
②  文本的对齐方式
③  层的堆叠次序
④  字体类型
【单选题】 以下不属于style对象中的positioning属性有
①  top
②  left
③  right
④  z-Index
⑤  bottom
【单选题】 下面( )不是document对象的方法。
①  getElementsByName( )
②  getElementById( )
③  write( )
④  reload( )
【单选题】 在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