getSysConfigs(); $this->assign("object",$object); return $this->fetch("edit"); } /** * 保存 */ public function edit(){ $m = new M(); return $m->edit(1); } }