String(byte[] bytes, Charset charset) 和 getBytes() 使用
参考这篇文章:http://blog.csdn.net/maxracer/article/details/6075057测试代码:@Test public void testBytes(){ //字节数 //中文:ISO:1 GBK:2 UTF-8:3 //数字或字母: ISO:1 GBK:1 UTF-8:1 String username = "中"