中国开发网: 论坛: 程序员情感CBD: 贴子 252267
nostalgic: trans
<%! String trans(String chi)
{
String result = null;
byte temp [];
try
{
temp=chi.getBytes("iso-8859-1");
result = new String(temp);
}
catch(Exception e)
{
System.out.println (e.toString());
}
return result;
}
%>

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录