生成uuid

//生成uuid
String uuid = UUID.randomUUID().toString().replace("-", "").toLowerCase();
原文地址:https://www.cnblogs.com/lidar/p/11738581.html