Easyui
1、
<table class="easyui-datagrid" id="userList" title="会员列表"
data-options="singleSelect:false,collapsible:true,pagination:true,url:'/user/list.do',method:'post',pageSize:5,toolbar:toolbar,pageList:[2,5,10]">
<thead>
easyui-datagrid接收的数据格式为json,所以返回的数据类型需要是json格式的。
坚持就是胜利