下面是从所有3个CDN加载jQuery的代码。
从Google CDN加载jQuery Framework的代码
<script type="text/javascript"
src="/ajax/libs/jquery/1.9.1/">
</script>
从Microsoft CDN加载jQuery Framework的代码
<script type="text/javascript"
src="/ajax/jquery/jquery-1.9.">
</script>
从jQuery站点加载jQuery Framework的代码(EdgeCast CDN)
<script type="text/javascript"
src="/jquery-1.9.">
</script>