Home  >  Q&A  >  body text

如何知道自己的jquery的环境是否已经配置好了?

如何知道自己的jquery的环境是否已经配置好了?

小白小白2817 days ago1057

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:48:09

    How to know whether your jquery environment has been configured? -PHP Chinese website Q&A-How do you know whether your jquery environment has been configured? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 迷茫

    迷茫2017-01-03 09:37:33

    首先去下载jquery的文件包,然后通过<script src=""></script> 引入到html页面

    在html页面的写<script>alert("测试");</script>

    当预览html文件时,如果能够在页面弹出"测试",那么jquery的环境就已经配置完成了!

    reply
    0
  • Cancelreply