parent > child
jquery 选择器
选取
$("div > span")
("parent > child") 选择器选取指定元素的直接子元素的所有元素。
("parent > child")
如何选取带有 classname 的