转化JSP乱码的函数

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  "null"; 
 } 

posted on 2009-02-04 10:05  欣路历程  阅读(133)  评论(0编辑  收藏  举报

导航