import { v4 as uuidv4 } from 'uuid'; class UUIDGenerator { static generate(): string { return uuidv4(); } } export default UUIDGenerator; 使用方法UUIDGenerator.generate() 最后修改:2023 年 05 月 05 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏