2009年4月16日

搞定URL中文编码

摘要: 搞定URL中文编码 原先以为这样就可以 public static String StrToURL(String str) { String result = null; try { result = URLEncoder.encode(str, "utf-8");// gb2312 } catch (UnsupportedEn... 阅读全文

posted @ 2009-04-16 13:41 cy163 阅读(8828) 评论(0) 推荐(0)

导航