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