数据类型.parse类型(String s, int radix);
s解析的字符串,radix表示多少进制
数据类型.toHexString(数据类型 i);
数据类型.toOctalString(数据类型 i);
数据类型.toBinaryString(数据类型 i);