【简答题】【消耗次数:1】
Translate the following sentence into Chinese.3. He came first in the race.
参考答案:
复制
纠错
相关题目
【简答题】 Translate the following sentence into Chinese.2. The Greens is very kind to us.
【简答题】 Translate the following sentence into Chinese.In fact, it has nothing to do with him at all.
【简答题】 Translate the following sentence into Chinese.Just show th clerk a piece of paper with my name written on it
【简答题】 Translate the following sentence into Chinese.Just show th clerk a piece of paper with my name written on it
【简答题】 Translate the following sentence into Chinese.The way of online learning will much benefit everyone at work in the long run.
【简答题】 Translate the following sentence into Chinese.These senior scientists have committed to the rapid development of the Air Force of China all their lives.
【简答题】 Translate the following sentence into ChineseShes excited by the idea of online learning while he considers it meaningless and useless.
【单选题】 Before?he came to China, he??[填空]Chinese for three years.
①  have learned
②  had learned
③  learned
④  learning
【单选题】 Global warming threatens the _______ of the whole human race.
①  summit
②  superiority
③  survival
④  status
【判断题】 A: I have won the race. B: Wonderful.
①  正确
②  错误
随机题目
【判断题】 JavaScript的文档对象模型是树型结构的。
①  正确
②  错误
【判断题】 在HTML DOM中,TableCell对象的cellIndex属性可以返回返回单元格内部数据的水平排列方式。
①  正确
②  错误
【判断题】 在HTML DOM中,当deleteRow(index)方法的参数index等于1时,表示删除第一行。
①  正确
②  错误
【判断题】 JavaScript与客户端的交互是基于事件驱动的。
①  正确
②  错误
【多选题】 以下属于文本框对象常用方法的有:(选择三项)
①  blur
②  focus
③  onkeypress
④  select
【多选题】 某页面中有如下代码,下列选项中( )能把“令狐冲”修改为“任盈盈”。(table border=0 cellspacing=0 cellpadding=0 id=Table1) (tr id=row1) (td)张三丰(/td) (td)90(/td) (/tr) (tr id=row2) (td)令狐冲(/td) (td)88(/td) (/tr)(/table)(选择二项)
①  document.getElementById(Table1).rows[2].cells[1].innerHTML=任盈盈
②  document.getElementById(Table1).rows[1].cells[0].innerHTML=任盈盈
③  document.getElementById(row2).cells[0].innerHTML=任盈盈
④  document.getElementById(row2).cells[1].innerHTML=任盈盈
【多选题】 页面上有一个文本框和一个类change,change可以改变文本框的边框样式,那么使用下面的( )就可以实现当鼠标指针移到文本框上时,文本框的边框样式发生变化。(选择二项)
①  onmouseover=className=change
②  onmouseover=this.className=change
③  onmouseover=this.style.className=change
④  onmousemove=this.style.border=solid 1px #ff0000
【多选题】 使用Core HTML删除和替换节点的方法,以下说法正确的是:(选择二项)
①  removeChild(node) 删除指定的节点
②  replaceChild(newNode,oldNode) 用其它节点替换指定节点
③  createElement()用于创建一个新元素
④  以上说法全正确
【多选题】 以下不属于表格对象的方法有:(选择二项)
①  rows
②  insertRow
③  deleteRow
④  updateRow
【单选题】 某页面中有一个id为main的div,div中有两个图片和一个文本框,下列( )能够完整地复制节点main及div中所有的内容。(选择一项)
①  document.getElementById(main).cloneNode(true);
②  document.getElementById(main).cloneNode(false);
③  document.getElementById(main).cloneNode( );
④  main.cloneNode( );