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