fetch("list"); } /** * 获取分页 */ public function pageQuery(){ $m = new M(); $rs = $m->pageQuery(); return WSTGrid($rs); } }