除了$("div").children().eq(0) 和$("div>*").eq(0)以为,该怎么表达,为什么不能用$("div").children().first-child()这种表达方法?
<div>
<a href="#">1111</a>
<a href="#">2222</a>
<a href="#">3333</a>
</div>