JS\CSS静态资源CDN

1. Staticfile CDN

http://www.staticfile.org/

2. BootCDN

https://www.bootcdn.cn/

3. UNPKG

https://unpkg.com/

4. cdnjs

https://cdnjs.com/

5. jsDelivr

https://www.jsdelivr.com/

6. CDNJS.NET

https://cdnjs.net/

7. jQuery CDN

http://code.jquery.com/

8. Microsoft Ajax CDN

https://docs.microsoft.com/en-us/aspnet/ajax/cdn/overview

9. 360

https://cdn.baomitu.com/

10. 百度

https://github.com/Clouda-team/baiducdnstatic
http://libs.baidu.com/jquery/1.9.0/jquery.js

11. 今日头条

http://cdn.bytedance.com/

12. 又拍云

http://jscdn.upai.com/

13. 腾讯

https://libs.qq.com/

14. 新浪

http://lib.sinaapp.com/

切换本地库代码

<script src="//cdn.staticfile.org/jquery/1.8.3/jquery.min.js"></script>
<script>
   if (!window.jQuery) {
    var script = document.createElement('script');
    script.src = "/js/jquery.min.js";
    document.body.appendChild(script);
    }
</script>

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值