crypto 全局的实现。
crypto
¥An implementation of the crypto global.
¥Static members
function getRandomValues(array: Uint8Array): void
用加密的强随机值填充 array。
array
¥Fills array with cryptographically strong random values.
← console DataView →