parents(), closest() 获取所有祖先节点 最近的指定的祖宗节点 siblings() // 当前节点的所有兄弟节点 nextAll(), preAll() nextAll() : 下面所有的兄弟节点 preAll() : 上面所有的兄弟节点 until : 截止 clone()