论坛首页 入门技术论坛

输出某种编码的字符串

浏览 1858 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (19) :: 隐藏帖 (0)
作者 正文
   发表时间:2008-10-15   最后修改:2009-01-20
Public String translate (String str) {
String tempStr = "";
try {
tempStr = new String(str.getBytes("ISO-8859-1"), "GBK");
tempStr = tempStr.trim();
}
catch (Exception e) {
System.err.println(e.getMessage());
}
return tempStr;
}
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics