static方法调用

Static方法调用,类名.方法名

int number = Integer.ParseInt(String );

将字符串参数作为有符号的十进制整数进行解析

将数字解析成字节数组

Character.toChars(Integer.ParseUInt(test));

类名Character.toChars(Integer)方法名;

原文地址:https://www.cnblogs.com/chengbao/p/4819612.html