摘要: “~”:$('pre ~ brother')表示获取pre节点的后面的所有兄弟节点,相当于nextAll()方法; “+”:$('pre + nextbrother')表示获得pre节点的下一个兄弟节点,相当于next()方法; “ ”:$('parent childchild')表示获取paren 阅读全文
posted @ 2020-03-09 09:48 Butter_Fly 阅读(1085) 评论(0) 推荐(0) 编辑