byte[]转换为String

来源:互联网 发布:mac怎么和windows共享 编辑:程序博客网 时间:2024/05/16 12:41
byte[] b = ,,;String s = new String(b, "GB2312");

0 0
原创粉丝点击