程式設計 Club
工作上的隨手筆記
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);}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言