UUID的生成(UUIDUtil) public class UUIDUtil { public static String getUUID(){ return UUID.randomUUID().toString().replaceAll("-",""); } } Other 2023-08-25 126 点赞 1 评论 190 浏览