String linkStr=new String(new Base64().encodeBase64Chunked(new String("conferid="+cid+"&status="+ht.get("status")+"&staffId="+staffId).getBytes()));
linkStr = linkStr.replaceAll("[\\s*\t\n\r]", "");
转载于:https://www.cnblogs.com/penghq/p/8568948.html
String linkStr=new String(new Base64().encodeBase64Chunked(new String("conferid="+cid+"&status="+ht.get("status")+"&staffId="+staffId).getBytes()));
linkStr = linkStr.replaceAll("[\\s*\t\n\r]", "");
转载于:https://www.cnblogs.com/penghq/p/8568948.html