美文网首页
各网站CDN

各网站CDN

作者: Songzh | 来源:发表于2016-10-27 19:46 被阅读0次

CDN(内容分发网络),jquery的在线引用地址

菜鸟教程cdn:

、、、

<head>

<script src="http://cdn.static.runoob.com/libs/jquery/1.10.2/jquery.min.js">

</script>

</head>

、、、

百度cdn:

、、、

<head>

<script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js">

</script>

</head>

、、、

新浪cdn:

、、、

<head>

<script src="http://lib.sinaapp.com/js/jquery/2.0.2/jquery-2.0.2.min.js">

</script>

</head>

、、、

相关文章

网友评论

      本文标题:各网站CDN

      本文链接:https://www.haomeiwen.com/subject/pyjsuttx.html