pub fn attr_contains_selector(attr: &str, value: &str) -> String
构建属性包含选择器:[attr*=value]
[attr*=value]
匹配属性值中包含指定子串的元素。