我是 javascript 等的新手,所以这可能是个愚蠢的问题。
我正在研究 JQuery-UI 教程,他们有:
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
如果我可以包含这样的 js 代码,为什么我需要下载 jquery 库?