第一步创建一个web应用程序。
选择web应用程序。
第二步选择mvc框架
创建完成项目目录。
如图引入easyui包。
记住复制到content文件夹,否则无法识别。
easyui下载,官网。
如何用
引入jscss文件
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css">
<script type="text/javascript" src="../../jquery.min.js"></script>
<script type="text/javascript" src="../../jquery.easyui.min.js"></script>
最简单的方式是找到一个html直接运行就可看到效果。
Ctrl +Shift+W运行网页。
这就是easyui框架。