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