【数据类型】整型

Integer转换2、8、16进制转换 二进制:Integer.toBinaryString(); 八进制:Integer.toOctalString(); 十六进制:Integer.toHexString();
相关文章
相关标签/搜索