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