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