摘要: public static String encode(String str) throws UnsupportedEncodingException { String encodedURL = URLEncoder.encode(str, "UTF-8"); return encodedURL; } 阅读全文
posted @ 2013-06-17 10:54 xxdc 阅读(774) 评论(0) 推荐(0) 编辑