export function uuid(){
return 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'.replace(/x/g, () => ((Math.random() * 16 | 0) & 0x3 | 0x8).toString(16))
}
export function uuid(){
return 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'.replace(/x/g, () => ((Math.random() * 16 | 0) & 0x3 | 0x8).toString(16))
}
本文标题:生成uuid
本文链接:https://www.haomeiwen.com/subject/zfgazrtx.html
网友评论