• 2022-06-06
    选择具有att属性且属性值为包含val的字符串的E元素的选择符是()
    A: E[att="val"]
    B: E[att~="val"]
    C: E[att*="val"]
    D: E[att|="val"]