2017年5月2日

摘要: 通过长度以及base64加密方法(从base64组成入手) /** * 判断是否进行base64加密 * @param str * @return */ public static boolean checkBase64(String str){ if(str.length()%4!=0){ ret 阅读全文
posted @ 2017-05-02 17:22 孤单的帆船 阅读(4587) 评论(0) 推荐(0)

导航