摘要:
java 为了解决跨平台,字符串编码的有点特殊String newStr = new String(oldStr.getBytes(), "UTF-8");java中的String类是按照unicode进行编码的,当使用String(byte[] bytes, String encoding)构造字... 阅读全文
posted @ 2014-05-15 16:36
porter_代码工作者
阅读(433)
评论(0)
推荐(0)
浙公网安备 33010602011771号