Skip to main content

child_selector

Function child_selector 

Source
pub fn child_selector(parent: &str, child: &str) -> String
Expand description

构建子选择器:parent > child

仅匹配 parent 的直接子元素 child。