摘要:
1.遍历子元素 children()方法可以用来获取元素的所有子元素 var $section =$("section").children(); 获取<section>的子元素,但不包含子元素的子元素 alert($section.length); 2.遍历同辈元素 next() 用于获取紧邻匹配 阅读全文
posted @ 2020-07-02 10:49
Gun'sdream
阅读(135)
评论(0)
推荐(0)
浙公网安备 33010602011771号