public class Chin {
public String getStr(String str)
{
try
{
String temp_p=str;
byte[] temp_t=temp_p.getBytes("ISO-8859-1");
String temp=new String(temp_t);
return temp;
}
catch(Exception e){}
return "tochinese errors";
}
}
乱码解决1
最新推荐文章于 2025-03-24 15:58:50 发布
5036

被折叠的 条评论
为什么被折叠?



