1.可能是数据库里的表谁知的字符集不相同。 解决: alter table cms_activity_test convert to character set gbk collate gbk_chinese_ci;(单独修改指定表的字符集)。2.可能是数据库的表中的长度确实超过了规定的长度。