const str = Buffer.from([2, 32, 49, 46, 32, 192, 3, 0, 4]).toString('hex').match(/[a-z0-9][a-z0-9]/g).join(' ');
console.log(str);
// 输出
// 02 20 31 2e 20 c0 03 00 04
const str = Buffer.from([2, 32, 49, 46, 32, 192, 3, 0, 4]).toString('hex').match(/[a-z0-9][a-z0-9]/g).join(' ');
console.log(str);
// 输出
// 02 20 31 2e 20 c0 03 00 04
本文标题:node js buffer转16进制字符串 两两分隔
本文链接:https://www.haomeiwen.com/subject/riwovktx.html
网友评论