单项选择题

A.jQuery文件不必引入,可以页面直接调用其方法
B.jQuery通过< script>标签的href属性去引入jQuery脚本文件
C.jQuery也可以把源代码复制到< script>标签里,然后使用jQuery
D.jQuery文件必须在< head>标签中去引入