JAVA 字符串类型和整数类型相互转换
摘要:1 public void Test() { 2 2 String a = "1234"; 3 3 System.out.println(getType(Integer.parseInt(a)));//class java.lang.Integer 4 4 int b = 1234; 5 5 Sys
阅读全文
posted @ 2022-04-09 16:28
posted @ 2022-04-09 16:28
posted @ 2022-04-09 16:27
posted @ 2022-04-09 16:26