如何从CDN加载jQuery

Google CDN加载jQuery Framework的代码

<script type="text/javascript"

src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">

</script>

Microsoft CDN加载jQuery Framework的代码

<script type="text/javascript"

src="http://ajax.microsoft.com/ajax/jquery/jquery-1.9.1.min.js">

</script>

jQuery站点加载jQuery Framework的代码(EdgeCast CDN

<script type="text/javascript"

src="http://code.jquery.com/jquery-1.9.1.min.js">

</script>

如何从CDN加载jQuery

原文地址:https://www.cnblogs.com/moranqingcheng/p/14246233.html