// 异步的 const { randomBytes } = await import('crypto'); randomBytes(256, (err, buf) => { if (err) throw err; console.log(`${buf.length} bytes of random data: ...
確定! 回上一頁