gb2312不能覆盖所有的汉字 比如“贠” 插入后是?? 使用utf8 order by name的时候又不能按拼音排序 解决办法:使用 order by CONVERT(realname using gb2312) 相关文章: