children()和find() 两个用于向下遍历 DOM 树的 jQuery 方法
children() 方法返回被选元素的所有直接子元素。
find() 方法返回被选元素的后代元素,一路向下直到最后一个后代。