摘要: 选择器 * 是什么? * 有特定语法规则(css选择器)的字符串 * 用来查找某个/些DOM元素: $(selector) * 分类 * 基本 * #id * tagName/* * .class * selector1,selector2,selector3: 并集 * selector1sele 阅读全文
posted @ 2020-10-22 11:28 foreverL-Vmf 阅读(92) 评论(0) 推荐(0)