为了账号安全,请及时绑定邮箱和手机立即绑定

http://www.imooc.com/code/1700

 var sub=content.childNodes

  for(i=0;i<sub.length;i++){

      content.removeChild(sub[i])

  }

}

做不出来

正在回答

1 回答

function clearText() {
  var content=document.getElementById("content");
  // 在此完成该函数
  while(content.childNodes.length !=0)
  {
      content.removeChild(content.lastChild);
  }
}


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

http://www.imooc.com/code/1700

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信