class.forName() 问题 - ITeye问答
2012年6月4日 - class.forName() 问题5 我在main方法里面写了个方法: public static void main(String[] args) { def authPath = Class.forName('com.emag.wabao.auth...
为什么Class.forName会报错_百度知道
最佳答案: 首先你要明白在java里面任何class都要装载在虚拟机上才能运行。这句话就是装载类用的(和new 不一样,要分清楚)。A a = (A)Class.forName("pacage...更多关于class.forName() 问题的问题>>