Base64().encodeBase64Chunked导致换行符的问题

String linkStr=new String(new Base64().encodeBase64Chunked(new String("conferid="+cid+"&status="+ht.get("status")+"&staffId="+staffId).getBytes()));
linkStr = linkStr.replaceAll("[\s* ]", "");

原文地址:https://www.cnblogs.com/penghq/p/8568948.html