A. jQuery使用JavaScript的原生getElementsByClassName()实现。 B. jQuery使用JavaScript的原生getElementsByTagName()实现。 C. 类选择器的语法如下: $(“.class属性值”) D. $(".c1") ,表示找到类名为c1的标签