1、randomUUID()方法用于返回类型4 UUID,它由伪随机数生成器构造
// uuid文件名 通用唯一识别码 String uuid = UUID.randomUUID().toString();