创建classic 得到函数 调用函数
摘要: Class manager = null; try {//1.创建class manager = Class.forName(name); } catch (ClassNotFoundException e) { } Method oMethod = null; try {//2.得到函数 oMethod = manager.getMethod("getInstance", null); } ca...
阅读全文
posted @
2009-08-19 10:50 白开水皮皮 阅读(5) |
评论 (0) 编辑