In NodeJS, use Buffer to convert string to hex. Buffer.from('hello world', 'utf8').toString('hex'); Simple example about how it works: const bufferText ...
確定! 回上一頁