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