这是代码: $comData = array( 'textArea' => $textArea, 'commentID' => $newComID, 'postID' => $newPostID, ); $this->db->insert('COMMENTMETA',$comData); 下面是报错信息: Error Number: 1366
Incorrect string value: '\xE6\xB5\x8B\xE8\xAF\x95' for column 'textArea' at row 1
INSERT INTO COMMENTMETA
(textArea
, commentID
, postID
) VALUES ('测试', 8, 28)
Filename: F:\code\CI\system\database\DB_driver.php
Line Number: 330
数据库编码: Mysql的编码都是utf8
犯罪嫌疑人X
Qyouu