Java代码生成不重复的32位长的大写字符串

版权声明:转载请说明去处,文章仅供学习参考 https://blog.csdn.net/qq_38487155/article/details/82556162

 public static String uuid() {
        return UUID.randomUUID().toString().replace("-", "").toUpperCase();
    }

猜你喜欢

转载自blog.csdn.net/qq_38487155/article/details/82556162