.children() 返回的子元素包括其非直属子元素吗?也就是子元素的子元素..
children方法允许我们通过在DOM树中对这些元素的直接子元素进行搜索,并且构造一个新的匹配元素的jQuery对象
elem.firstChild
this.pushStack(matched);