无法加载资源

时间:2019-05-18 15:04:29

标签: angularjs

我无法加载资源错误。我从教程here中获得了此代码脚本。由于某种原因,该脚本不起作用。有什么方法可以撤消它吗?

这是我的HTML代码

<!doctype html>
<html>
<body>

 <script src="jquery.min.js"></script>
 <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
 <script src="jquery.dataTables.min.js"></script>
 <script src="angular-datatables.min.js"></script>
 <script src="js/bootstrap.min.js"></script>
 <link rel="stylesheet" href="bootstrap.min.css">
 <link rel="stylesheet" href="datatables.bootstrap.css">

</body>
</html>


我得到的错误是

jquery.min.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
jquery.dataTables.min.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
angular-datatables.min.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
bootstrap.min.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
bootstrap.min.css:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
datatables.bootstrap.css:1 Failed to load resource: net::ERR_FILE_NOT_FOUND

0 个答案:

没有答案
相关问题