不知道在mysql中是否需要这样:    String aa = "中文";
    String bb = new String(aa.getBytes("ISO8859_1"),"GB2312");类似的操作.