假设我有一个 html标记像这样:
<div>
<p>
this is the parent
<p>
this the child
</p>
</p>
<p>
this is the parent
<p>
this the child
<p>this is third child</p>
</p>
</p>
</div>
在 div 中,我有 5 个 标签, 但我只想要使用 jquery 选择器来选择两个没有类和 id 名的顶端父 p 标签
有可能吗 我怎样才能做到呢