This website works better with JavaScript.
Explore
Help
Sign In
psfieukgp
/
InternshipProject
forked from
pu428f3pz/InternshipProject
Watch
1
Star
0
Fork
You've already forked InternshipProject
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44651f8129
dev_jzx
master
dev_dp
jzx
origin/dev_jzx
tg-head-dp
呵呵思密达
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '44651f8129'
${ noResults }
InternshipProject
/
node_modules
/
rc-util
/
es
/
guid.js
4 lines
100 B
Raw
Blame
History
var
seed
=
0
;
export
default
function
guid
(
)
{
return
""
.
concat
(
Date
.
now
(
)
,
"_"
)
.
concat
(
seed
++
)
;
}
Reference in new issue
View Git Blame
Copy Permalink