我有链接
mean.io应用程序的index.html中的"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js“
如何以及在何处将此url包含在mean.io应用程序中。
发布于 2016-01-22 01:23:14
在index.html的头部使用脚本标记
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>https://stackoverflow.com/questions/34914881
复制相似问题