在线引入angular.js
<script src="https://cdn.staticfile.org/angular.js/1.4.6/angular.min.js"></script>
<script src="https://cdn.bootcss.com/angular.js/1.7.0/angular.min.js"></script>
在线引入jquery.js
//Staticfile CDN:
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
//百度 CDN:
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
在线引入 angular-route.js
<script src="https://cdn.bootcss.com/angular.js/1.7.0/angular-route.min.js"></script>
在线引入 moment.js
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
在线引入 handsontable三件套:
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/handsontable@latest/dist/handsontable.full.min.css">
<link rel="stylesheet" type="text/css" href="https://handsontable.com/static/css/main.css">
<script src="https://cdn.jsdelivr.net/npm/handsontable@latest/dist/handsontable.full.min.js"></script>
博客主要讲述了在线引入多个JS库的内容,包括angular.js、jquery.js、angular - route.js、moment.js以及handsontable三件套,这些操作与前端开发密切相关。
1381

被折叠的 条评论
为什么被折叠?



