<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>無(wú)標(biāo)題文檔</title></head><body><div id="content">? ?<h1>html</h1>? ?<h1>php</h1>? ?<h1>javascript</h1>? ?<h1>jquery</h1>? ?<h1>java</h1></div><script type="text/javascript">var content=document.getElementById("content");function clearText() {??? // 在此完成該函數(shù)? var a=document.getElementById("a");? var i=content.removeChild(content.childNodes[0]);? a.innerHTML=i.innerHTML}function clearText1(){? ? var arr=new Array();? ? for(var i=0;i<content.childNodes.length;i++){? ? ? ??? ? ? ? arr[i]=content.removeChild(content.childNodes[0]); ? ? ? ?? ? }? ??? ? document.getElementById("a").innerHTML=content.childNodes.length;}</script><button onclick="clearText1()">清除節(jié)點(diǎn)內(nèi)容</button><p id="a">擦</p></body></html>
clearText1函數(shù)打印content.childNodes.length的長(zhǎng)度為什么是5,空元素呢? 我的是google瀏覽器。
慕粉3493742
2016-07-04 18:16:20