问答详情
源自:1-4 构建页面元素

jq的文件要在哪里下载?我没有这个jq的文件

<script type="text/javascript" src=""></script>

提问者:qq_裁决者_03955184 2016-09-19 21:04

个回答

  • 慕慕0344447
    2016-12-18 14:31:52

    http://jquery.com/download/

  • ACJ
    2016-09-20 21:08:34

    可以通过 CDN(内容分发网络) 引用它

    <head>
    <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.js">
    </script>
    </head>

    也有其他的方法。

    可参考http://www.w3school.com.cn/jquery/jquery_install.asp