UNPKG
@luband/jstools
Version:
latest (1.5.0)
1.5.0
1.1.4
1.1.3
1.1.0
1.0.0
前端工具包
@luband/jstools
/
string
/
uuid.js
2 lines
(1 loc)
•
173 B
JavaScript
View Raw
1
2
function
x
(
){
return
"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
.
replace
(
/[xy]/g
,(
function
(
x
){
var
r=
16
*
Math
.
random
()|
0
;
return
(
"x"
==x?
r
:
3
&r|
8
).
toString
(
16
)}))}
export
{x
as
default
};