`
hhh19870612
  • 浏览: 1305 次
文章分类
社区版块
存档分类
最新评论
文章列表
/**  * BASE64解密  *   * @param key  * @return  * @throws Exception  */  public static byte[] decryptBASE64(String key) throws Exception {       return (new BASE64Decoder()).decodeBuffer(key);   }     /**  * BASE64加密  *   * @param key  * @return  * @throws Exception  */  p ...
Global site tag (gtag.js) - Google Analytics