<script/> CDN方式引入

//百度 CDN
<head>
    <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
</head>

//新浪 CDN
<head>
    <script src="https://lib.sinaapp.com/js/jquery/2.0.2/jquery-2.0.2.min.js"></script>
</head>

//Google CDN
<head>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>

//Microsoft CDN
<head>
    <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.min.js"></script>
</head>

版权声明:本文为u013229251原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。