CDN引入Jquery


百度 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>

 

又拍雲 CDN

<head>

    <script src="https://upcdn.b0.upaiyun.com/libs/jquery/jquery-2.0.2.min.js"></script>

</head>

 

Staticfile CDN

<head>

    <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.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>

 

 

來源:[https://www.cnblogs.com/Leophen/p/11134844.html](https://www.cnblogs.com/Leophen/p/11134844.html)


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



猜您在找 引入外部 CDN失效時--怎么加載本地資源文件(本文以jquery為例) vue單頁面引入CDN鏈接 cdn引入vue和axios以及Qs BootStrap jQuery 在線cdn 在線CDN代碼-jq jquery vue 使用cdn引入報錯,Vue is not defined 【vue】——CDN或全局引入CSS、JS。 【安裝】Vue( 直接使用