• 2022-06-19
    如果查找所有隐藏的段落元素,过滤器可以是( )。
    A: $(“p:visibel”)
    B: $(“p:hidden”)
    C: $(“p:has(‘hidden’)”)
    D: $(“p:contains(‘hidden’)”)