原创 java中將字符串轉換爲URL能解析的編碼

String title =flowInstEntity.getTitle(); title = URLEncoder.encode(title,"utf-8"); URLDecoder.decode(String s,String e