map() with String.padStart(). function toHex(buffer) { return Array.prototype.map.call(buffer, x => x.toString(16) ...
確定! 回上一頁