从十六进制解码为字符串时出现问题 转换 string into hex 的代码 function stringToHex(str) { const buf = Buffer.from(str, 'utf8'); return buf.toString('hex'); }
確定! 回上一頁