web_東
2018-03-09 00:07
$("p:first")
$("p:first-child")
两个有何区别?
$("p:first")选择器选取第一个p元素
$("p:first-child"):first-child 选择器选取属于父元素p的第一个子元素。
jQuery基础 (一)—样式篇
217509 学习 · 1218 问题
相似问题
回答 3
回答 4
回答 1
回答 5