生成的是一个32位不重复的字符串
public String getUUID32() {
return UUID.randomUUID().toString().replace("-", "").toLowerCase();
}
生成的是一个32位不重复的字符串
public String getUUID32() {
return UUID.randomUUID().toString().replace("-", "").toLowerCase();
}