怎样将utf-8字符串转换为gbk
答案:1 悬赏:80 手机版
解决时间 2021-03-07 10:23
- 提问者网友:姑娘长的好罪过
- 2021-03-07 04:46
怎样将utf-8字符串转换为gbk
最佳答案
- 五星知识达人网友:愁杀梦里人
- 2021-03-07 05:22
byte[] fullByte1 = new String(str.getBytes("ISO-8859-1"), "UTF-8")
.getBytes("GBK");
String fullStr = new String(fullByte1, "GBK");
.getBytes("GBK");
String fullStr = new String(fullByte1, "GBK");
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯