HTML部分:
<p id="testp" class="testp" title="it is a test">it is a test</p>
JavaScript部分:
var testp = document.getElementById("testp").childNodes;
alert(testp.length);
肆意妄为
李晓健
相关问题
相关分类