📅  最后修改于: 2022-03-11 15:04:27.853000             🧑  作者: Mango
代码示例1
//npm install -g uuid
import {v4 as uuidv4} from 'uuid';
let myuuid = uuidv4();
console.out('Your UUID is: ' + myuuid);