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