top.location.href="/admin_login/quit";';exit();} //} /** * Ajax 保存字段 */ public function ajaxsaveAction($table) { if ('POST' == $_SERVER['REQUEST_METHOD']) { $this->_table2obj($table); $table->update($_POST); } exit; } }