Node.js crypto.randomUUID() 函数
crypto.randomUUID() 是crypto模块内的Crypto类的内置应用程序编程接口,用于生成随机的RFC 4122版本4 UUID。
语法:
参数: 该函数以 disableEntropyCache 作为参数。
返回值: 该函数返回一个随机的RFC 4122版本4的UUID。
示例1:
index.js
使用以下命令运行index.js文件。
输出:
示例2:
index.js
使用以下命令运行index.js文件。
输出:
参考 : https://nodejs.org/dist/latest-v15.x/docs/api/crypto.html#crypto_crypto_randomuuid_options