我正试图把图书馆纳入我的本地系统。如果我错了,请纠正我。提前感谢那些喜欢回复的人。
<script src="C:\xampp\htdocs\Firstpage\jquery-2.0.3.min" type="text/javascript">发布于 2013-12-10 15:20:23
这样做。
<head>
<script src="jquery.js" type="text/javascript"></script>
</head> 别忘了在文件准备好的时候打电话。
$(document).ready(function() {
console.log('ready!');
});并将Jquery放在所有其他脚本之前。
https://stackoverflow.com/questions/20498104
复制相似问题