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

for 函数中 content.removeChild(content.childNodes[0]); 为什么不是 content.removeChild(content.childNodes[i]);

function clearText() {
  var content=document.getElementById("content");
  var nole=content.childNodes.length;
  for(var i=0;i<nole;i++)
  {
      content.removeChild(content.childNodes[0]);   //问题

  }
  // 在此完成该函数
 }


为什么是 content.removeChild(content.childNodes[0]);而不是 content.r

emoveChild(content.childNodes[i]);

正在回答

1 回答

oooooooooo

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

举报

0/150
提交
取消

for 函数中 content.removeChild(content.childNodes[0]); 为什么不是 content.removeChild(content.childNodes[i]);

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