public static String uuid(){
String getid=UUID.randomUUID().toString().replace("-", ""); return getid; }本文共 156 字,大约阅读时间需要 1 分钟。
public static String uuid(){
String getid=UUID.randomUUID().toString().replace("-", ""); return getid; }转载于:https://www.cnblogs.com/tutuwowo/p/5543765.html