search

Home  >  Q&A  >  body text

jQuery环境怎么安装?

看透不说透看透不说透2903 days ago1225

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 22:48:43

    How to install the jQuery environment? - PHP Chinese website Q&A - How to install the jQuery environment? - PHP Chinese website Q&A

    Take a look around and learn.

    reply
    0
  • 迷茫

    迷茫2016-12-17 15:28:18

    首先我们把jquery的文件下载下来,放在本地项目中,然后我们引入这个js的文件即可

    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <script type="text/javascript" src="jquery-1.11.3.min.js"></script>
    </head>
    <body>
    </body>
    </html>

    <script></script>标签中的src后面写入路径,如果路径不正确,是无法使用的!

    reply
    1
  • Cancelreply