摘要:
转载请注明出处,亲class hello { public static void main(String[] args) { Class<?> demo = null; try { demo = Class.forName("Reflect.Person"); } catch (Exception e) { e.printStackTrace(); } try{ //调用Person类中的frank方法 Method method... 阅读全文
posted @ 2012-12-10 09:02
F.C.CHELSEA 黑米
阅读(151)
评论(0)
推荐(0)
浙公网安备 33010602011771号