class Test{ public static void main (String[] args) throws java.lang.Exception { Demo demo = new Demo (); demo.who(); } } //父類別class ...
確定! 回上一頁