<span class="employeesList">
<div class="hrEmployees"><span class="employeesSection">all categories <span class="pointerDown"> </span></span></div>
</span>
我这样做是为了获取内部 htmlemployeesSection
$('.employeesList').children(':first-child').next().html();
但这行不通...知道我可能在做什么