Java 生成UUID

 String uuid = UUID.randomUUID().toString();
原文地址:https://www.cnblogs.com/m2492565210/p/10930667.html