Appearance
使用 tool 对象中的 uuid 方法可以快速的获取一个 UUID 值。
tool
uuid
UUID
function main() { return 'UUID: ' + tool.uuid() }