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 ee){ ee.printStackTrace();
return null; }
posted on 2006-09-13 17:08 天涯孤客 阅读(68) 评论(0) 编辑 收藏