dec2hex(number)
进制转换
{number}
{string}: 返回转换后十六进制的字串形式
{string}
console.assert(dec2hex(10) === 'a') console.assert(dec2hex(16) === '10')
← dec2bin bin2dec →