数据分析师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.
迷茫2017-01-03 09:37:33
首先去下载jquery的文件包,然后通过<script src=""></script> 引入到html页面
在html页面的写<script>alert("测试");</script>
当预览html文件时,如果能够在页面弹出"测试",那么jquery的环境就已经配置完成了!