而static的method只能夠調用同類或者物件(Object)。 要解決這個問題,可以使用以下方法。 public class Test1 { public String get() { return "123"; } public static ...
確定! 回上一頁