输出一个某种编码的字符串?
public StringTranslate(String str){ String tempStr=""; try{ tempStr=new String(str.getbytes("ISO-8859-1"),"GBK"); tempStr=tempStr.trim(); }catch{ System.out.println(e.getMessage()); } } return tempStr;
原文地址:https://www.cnblogs.com/Su-feng-address/p/9652677.html
时间: 2024-09-22 07:30:18