2012年7月30日

String.getByte("utf-8")和new String(byte[],"utf-8")各是什么意思?

摘要: 1. 返回String解码为utf-8的字节序列; 2. 使用指定字符集解码的字节数组构造一个新的String。 From topics:http://topic.csdn.net/u/20080630/12/01273b1a-2c78-41bc-a5f1-453c30cc5bea.html... 阅读全文

posted @ 2012-07-30 14:58 封起De日子 阅读(278) 评论(0) 推荐(0) 编辑

导航