This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
yuandaibao
/
front
Pridať medzi pozorované
3
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
master
Branche
Tagy
master
front
/
uni_modules
/
uview-next
/
libs
/
gcanvas
/
context-webgl
/
classUtils.js
classUtils.js
95 B
Permanentný odkaz
História
Raw
1
2
3
export function getTransferedObjectUUID(name, id) {
return `${name.toLowerCase()}-${id}`;
}