常用CDN

版权声明:wuyujin1997 reserve all rights. https://blog.csdn.net/wuyujin1997/article/details/89365296

jQuery

jquery 1.7 <script src="https://cdn.bootcss.com/jquery/1.7/jquery.min.js"></script>

EasyUI

  • CDN
<link rel="stylesheet" type="text/css" href="http://www.w3cschool.cc/try/jeasyui/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="http://www.w3cschool.cc/try/jeasyui/themes/icon.css">

<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.min.js"></script>
<script type="text/javascript" src="http://www.w3cschool.cc/try/jeasyui/jquery.easyui.min.js"></script>
<!-- CSS: ICON和默认主题 -->
<link rel="stylesheet" type="text/css" href="./jquery-easyui-1.7.0/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="./jquery-easyui-1.7.0/themes/icon.css">
<!-- JS: jquery, jquery-easyui, easyui-中文支持 -->
<script type="text/javascript" src="./jquery-easyui-1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="./jquery-easyui-1.7.0/jquery.easyui.min.js"></script>
<script type="text/javascript" src="./jquery-easyui-1.7.0/locale/easyui-lang-zh_CN.js"></script>

猜你喜欢

转载自blog.csdn.net/wuyujin1997/article/details/89365296
cdn