how can i get the last div with class a in a div the id = test ?
in this case i have to get the div with content = 1000
<div id="test">
<div class="a">1</div>
..
..
<div class="a>1000</div>
</div>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…