摘要:
import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;public class MD5 { // 全局数组 private final static String[] strDigits = { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" 阅读全文
posted @ 2012-12-19 15:26
lee0oo0
阅读(411)
评论(0)
推荐(0)