java url 编码解码函数 发表评论 编码: String a = java.net.URLEncoder.encode(str, "GB2312"); 解码: String b = java.net.URLDecoder.decode(deptDn, "GB2312");