var i=$("#mm td").length;
alert(document.getElementById("mm").childNodes.length);
alert($("#mm").childNodes.length);
var i=$("#mm td").length;
alert(document.getElementById("mm").childNodes.length);
alert($("#mm").childNodes.length);

被折叠的 条评论
为什么被折叠?