方式一
我们可以直接通过Byte.decode()方式直接转化内
String str = "1"; Byte decode = Byte.decode(str); System.out.println(decode); 方式二 String str = "1"我们可以直接通过Byte.decode()方式直接转化内
String str = "1"; Byte decode = Byte.decode(str); System.out.println(decode); 方式二 String str = "1"