它匹配在文档树中的任意一个元素。
全局选择符,写做"*",匹配任意元素类型名。
The universal selector, written "*", matches the name of any element type.
这个模式将会和一个具有任意类型的子节点的UserList元素匹配。
This pattern will match a UserList element with any kind of children.
中缀索引将匹配在字符串内任意位置的子字符串。
The infix index would match substrings anywhere within the string.
字符或百搭后面的星号( * )表明它可以与多个任意字符相匹配。
The star (*) after a character or a joker indicates that it can repeat indefinitely.
可以用星号来匹配任意值。
匹配任意数量的任何字符(%)?
匹配任意不具有属性X的字符。
匹配任意单个数字字符。
你可以指定任意多个选择器,并将匹配到的元素合并到一个结果内。
You can specify any number of selectors to combine into a single result.
你可以指定任意多个选择器,并将匹配到的元素合并到一个结果内。
You can specify any number of selectors to combine into a single result.
应用推荐