俯臥撐
1
Class clazz = Class.forName("cn.richsoft.pSet");
2
Object obj = clazz.newInstance();
3
Method method = clazz.getMethod("俯臥撐", new Class[]{Integer.class});
4
method.invoke(obj, new Object[]{10000});

2

3

4

posted on 2008-07-23 15:41 貓貓愛吃魚 閱讀(147) 評(píng)論(0) 編輯 收藏