摘要: 内容回顾: - 筛选选择器 $('li:eq(1)') 查找匹配的元素 $('li:first') $('li:last') - 属性选择器 - 筛选的方法 - find() 查找后代的元素 - children() 查找亲儿子的元素 - parent() 查找的亲爹 - siblings() 查找 阅读全文
posted @ 2019-01-10 21:55 Python张梦书 阅读(130) 评论(0) 推荐(0) 编辑