天天看點

JS: int轉16進制

代碼:

var num = 0x00FF;
console.log(num.toString(16));      

繼續閱讀