前台页面
<div style="cursor: pointer" class="oap1 oap_school">
<img src="/static/gkzytb/img/b122.png" />
<p>方案一</p>
<p>(0)</p>
</div>
选取类名为.oap_school中孩子标签中p标签集合中的第二个p标签的值
/* 方案一的数字 */
$(".oap_school").children('p').eq(1).html('('+data.univcollectionListPersion.length+')');