借用Integer类型转换
byte c = Integer.valueOf("ca",16).byteValue(); byte c = (byte) Integer.parseInt("ca", 16); byte c = Integer.valueOf("ca",16).by借用Integer类型转换
byte c = Integer.valueOf("ca",16).byteValue(); byte c = (byte) Integer.parseInt("ca", 16); byte c = Integer.valueOf("ca",16).by