工具sublime
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>Document</title><link href="themes/black/easyui.css" rel="stylesheet" /><link href="themes/icon.css" rel="stylesheet" /><script src="jquery.min.js"></script><script src="jquery.easyui.min.js"></script><script src="locale/easyui-lang-jp.js"></script><body class="easyui-layout"> <div data-options="region:'north',title:'North Title',split:true" style="height:100px;"></div><div data-options="region:'south',title:'South Title',split:true" style="height:100px;"></div><div data-options="region:'east',iconCls:'icon-reload',title:'East',split:true" style="width:100px;"></div><div data-options="region:'west',title:'West',split:true" style="width:100px;"></div> <div data-options="region:'center',title:'center title'" style="padding:5px;background:#eee;"></div></body ></html>
运行结果