我在我的项目中使用JQuery,所以我添加了一些下面提到的语句
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.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>
<link rel="stylesheet" href="/resources/demos/style.css" />
如果我的互联网在那里,那么它工作正常,否则它无法正常工作。如何解决这个问题。
项目中是否有导入或包含.js文件的方法?如果有可能,我们怎么办呢?
请提出一些建议。