在提醒这些
var htmldata = theParent.html();
我得到了这个结果
<!--<div id="megamenu_part2">
<div class="first_rowtitle" id="megamenu_part2-in"><h6><a href="/news/159">one is</a></h6>
<div class="mochu_newstile">
<span><img src="images/megamenu-icon_01.png"></span><span class="viewnumber_countfirst2">250</span>
<span><img src="images/megamenu-icon_line.png"></span>
<span><img src="megamenu-icon_comment.png"></span><span>0</span>
</div>
</div>-->
之后使用 jQuery 我想获得 html() of class = 'viewnumber_countfirst2' 我怎么能得到?这 var childht = $(htmldata).$('.viewnumber_count_sh').html()
行得通吗????