js 常用库

1.jquery
<script src="https://cdn.staticfile.org/jquery/2.2.4/jquery.min.js"></script>
2.bootstrap
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
3.
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.6.0/css/bootstrap.min.css">
<script src="https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/4.6.0/js/bootstrap.min.js"></script>
4.
<script src="https://cdn.staticfile.org/angular.js/1.6.6/angular.min.js"></script>
5.
<script src="https://cdn.staticfile.org/vue/2.2.2/vue.min.js"></script>
6.
<script src="https://cdn.staticfile.org/vue/3.2.33/vue.global.js"></script>
7.
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css">


Leave a Comment