未捕获的SyntaxError:意外的令牌< CDN

时间:2015-01-17 06:38:02

标签: javascript

我已经为我的所有脚本使用了CDN,但是我收到了错误      "未捕获的SyntaxError:意外的标记<"

我已经坚持了好几个小时,而且我不知道为什么会出现错误。

    <!-- File: chapter10/simple-routing.html -->
<html>
 <head>
   <title>AngularJS Routing</title>

   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js">  </script>
   <script src="https//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
   <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.js"> </script>
   <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular-route.js"> </script>
   <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.8/angular-cookies.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.8/angular-resource.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.8/angular-sanitize.js"></script>


 </head>
 <body  >
    <h2>AngularJS Routing Application</h2>

 </body>
</html>

1 个答案:

答案 0 :(得分:2)

错字:

https//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js
    ^^