2012年2月29日 星期三

javascript Hex to Decimal and Decimal to Hex

function d2h(d) {return d.toString(16);}
function h2d(h) {return parseInt(h,16);}

沒有留言:

張貼留言