_table2obj($table); $table->update($_POST); } exit; } /** * 删除记录 */ public function delAction($table, $id) { $this->_del($table, $id); } }