//获取32位的uuid replaceAll()把所有“-”替换掉
String uuid = UUID.randomUUID().toString().trim().replaceAll("-", “”);