sx00xs

使用 Number类的 toString()方法:

        var num = 255;

        console.log(num.toString(16));//输出FF

 

分类:

技术点:

相关文章: