一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

JSP代码(添加,查询)

时间:2008-01-12 编辑:简简单单 来源:一聚教程网

JSP技术:
----------------------------------------
public class ISOtoGb2312
{
public static String convert( String str )
{
try
{
byte<> bytesStr=str.getBytes( "ISO-8859-1" ) ;
return new String( bytesStr, "gb2312" ) ;
}
catch( Exception ex)
{
return str ;
}
}
}
-------------------------------------------------------------------
<%@ page contentType="text/html; charset=GB2312" %>


<br />输入数据<br />



请输入数据:




jsp">

 


 



学 号:
 
性 别:



姓 名:
 

热门栏目