if($stmt->affected_rows!=1){ $this->printError("数据插入失败:".$stmt->error); return false; } else{ return $this->mysqli->insert_id;
確定! 回上一頁