黑
黑衣人
Unregistered / Unconfirmed
GUEST, unregistred user!
翻以前的老帖子找了几个,其中下面的是比较好的解决办法(个人认为),但是程序段2是
不是每个要显示中文的帖子都要?偶想用<%@ page include %>包含程序段2所在的文件,
但是报错,有没有解决办法呢?希望各位DX能说清楚点。
1、<%@page contentType="text/html;charset=gb2312"%>
2、<%!
public String getStr(String str)
{try
{
String temp_p=str;
byte[] temp_t=temp_p.getBytes("ISO8859-1");
String temp=new String(temp_t);
return temp;
}
catch(Exception e)
{
}
return "null";
}
PS:老帖子中有许多DX都很久没来过了,怎么啦?
不是每个要显示中文的帖子都要?偶想用<%@ page include %>包含程序段2所在的文件,
但是报错,有没有解决办法呢?希望各位DX能说清楚点。
1、<%@page contentType="text/html;charset=gb2312"%>
2、<%!
public String getStr(String str)
{try
{
String temp_p=str;
byte[] temp_t=temp_p.getBytes("ISO8859-1");
String temp=new String(temp_t);
return temp;
}
catch(Exception e)
{
}
return "null";
}
PS:老帖子中有许多DX都很久没来过了,怎么啦?