摘要: JAVA中如何获取变量的类型? package xiya;public class Demo { public static void main(String[] args) { String type = getType("123"); System.out.println(type.su... 阅读全文
posted @ 2016-01-09 09:21 N3verL4nd 阅读(465) 评论(0) 推荐(0)