• 2022-05-31
    以下关于jQuery层次选择器的说法正确的是()
    A: $("ancestor descendant")包含$("ancestor > descendant")所获取的元素
    B: $("prev + next")和$("prev ~ next")所获取的元素一样
    C: 通过层次选择器一次只能获得一个元素
    D: 层次选择器主要针对表单的使用