bin2hex(number)
进制转换
{number}
{string}: 返回转换后十六进制数的字串形式
{string}
console.assert(bin2hex(2) === '2') console.assert(bin2hex(10000) === '10')
← bin2dec hex2bin →