Skip to content
🌍yymap
Search
K
Main Navigation
开始
常见问题
API
mapplat
layercontrol
geovgl-new
插件
示例
GitHub
Appearance
GitHub
Menu
Return to top
目录
Table of Contents for current page
YY. H
通用工具,一般提供一些常用的工具方法
creation
constructor()
method
TIP
static 表示静态方法, 即对象直接访问, 无需new
static
uuid()
获取一个随机的 uuid
参数
返回值: String
js
const
id
=
YY
.
H
.
uuid
();