QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1371|回复: 0

JSP做中文转换

[复制链接]
发表于 2004-2-29 21:42:33 | 显示全部楼层 |阅读模式
Cookie cookie[]=request.getCookies();
if(cookie != null)
{
   out.print("a1<br>");
for(int n=0;n&lt;cookie.length;n++)
{
   out.print("a2 " + n +  "<br>");
  if (cookie[n].getName().equals("username"))
   {
   out.print("a3 === " + n +  "<br>");
       ss=cookie[n].getValue();
       ss = new String(ss.getBytes("8859_1"), "GBK");
   }
}
}
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 22:51 , Processed in 0.037073 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表