把从数据库得到的字符串进行一下处理,比如:得到的为str,
String newStr = new String(str.getBytes("charsetName"), "charsetName");