jQuery :first-child 选择器--- ## 实例选取属于` ` 的父元素中第一个为` ` 的元素: ```js $("p:first-child") ``` [试一试](/try/jquery/tryjquery_sel_firstchild) ...
確定! 回上一頁