标签:new plain div java alt 怎样 word keyword gb2312
String s1 =
"你好"
;
String s2 =
new
String(s1.getBytes(
"GB2312"
),
"ISO-8859-1"
);
怎样将GB2312编码的字符串转换为ISO-8859-1编码的字符串?
标签:new plain div java alt 怎样 word keyword gb2312
原文地址:https://www.cnblogs.com/gjack/p/8901472.html