摘要: import java.lang.reflect.InvocationTargetException; interface IA{ void fun();} class C implements IA{ public void fun() { System.out.println("fun in C 阅读全文
posted @ 2020-06-20 11:33 tonnysz 阅读(277) 评论(0) 推荐(0)