假设我有以下类(class) public class StaticClass { public static void staticMethod() throws SomeException { System.out.println("staticMethod"); } private ...
確定! 回上一頁