public class ThrowDemo { public static void f() { try { throw new RuntimeException("拋出一個異常"); } catch (Exception e) ...
確定! 回上一頁