UUID 类型。
1.7.0
import { cryptos, type UUID } from 'minigame-std';const result = await cryptos.randomUUID();if (result.isOk()) { const uuid: UUID = result.unwrap(); console.log(uuid); // 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'} Copy
import { cryptos, type UUID } from 'minigame-std';const result = await cryptos.randomUUID();if (result.isOk()) { const uuid: UUID = result.unwrap(); console.log(uuid); // 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'}
UUID 类型。