String str = "java.lang.Integer"; Class c = Class.forName(str); Integer itg = (Integer) c.getInstance(); ....
51,410
社区成员
86,074
社区内容
加载中
试试用AI创作助手写篇文章吧