摘要: import org.apache.commons.codec.digest.DigestUtils; public class MD5Util { public static String md5(String src) { return DigestUtils.md5Hex(src); } pr 阅读全文
posted @ 2019-02-18 12:46 暖瞳123 阅读(1590) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.codec.digest.DigestUtils; public class MD5Util { public static String md5(String src) { return DigestUtils.md5Hex(src); } pr 阅读全文
posted @ 2019-02-18 12:46 暖瞳123 阅读(1304) 评论(0) 推荐(0) 编辑