
将你下载下来的包 放到:WebRoot 下面创建个目录,然后将themes 和 下面使用到的js 拷贝进去,在使用的jsp页面中 如下引入。
下面只是个使用引入示例:
<link rel="stylesheet" type="text/css" href="<%=path%>/resources/easyui/themes/default/easyui.css" />
<link rel="stylesheet" type="text/css" href="<%=path%>/resources/easyui/themes/icon.css" />
<link rel="stylesheet" type="text/css" href="<%=path%>/resources/css/default.css" />
<script type="text/javascript" src="<%=path%>/resources/easyui/js/jquery-git1.js"></script>
<script type="text/javascript" src="<%=path%>/resources/easyui/js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="<%=path%>/resources/easyui/js/jquery.easyui.min.js"></script>
<script type="text/javascript" src="<%=path%>/resources/easyui/js/locale/easyui-lang-zh_CN.js"></script>
下面只是个使用引入示例:
<link rel="stylesheet" type="text/css" href="<%=path%>/resources/easyui/themes/default/easyui.css" />
<link rel="stylesheet" type="text/css" href="<%=path%>/resources/easyui/themes/icon.css" />
<link rel="stylesheet" type="text/css" href="<%=path%>/resources/css/default.css" />
<script type="text/javascript" src="<%=path%>/resources/easyui/js/jquery-git1.js"></script>
<script type="text/javascript" src="<%=path%>/resources/easyui/js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="<%=path%>/resources/easyui/js/jquery.easyui.min.js"></script>
<script type="text/javascript" src="<%=path%>/resources/easyui/js/locale/easyui-lang-zh_CN.js"></script>