const { createHmac } = await import('crypto'); const hmac = createHmac('sha256', 'a secret'); hmac.on('readable', () => { // 哈希流只生成 // 一个元素。
確定! 回上一頁