生成32个的字母加数字

public static String get32UUID() {
return UUID.randomUUID().toString().trim().replaceAll("-", "");
}
原文地址:https://www.cnblogs.com/lihui123/p/14034496.html