选取属于其父元素的唯一 <p> 元素的每个 <p> 元素:
$("p:only-of-type")
:only-of-type 选择器选取属于其父元素的特定类型的唯一子元素的每个元素。
$(":only-of-type")