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); 查看完整描述