日期:2014-05-16 浏览次数:20759 次
alert(parseInt(parseInt('0x1A') + parseInt('0xB2')).toString(16)); //CC ------解决方案--------------------
a = 0x7f; b = 0x100; c = a+b; document.write( c.toString(16));