import java.io.IOException; public class Test { public static void main(String[] args) { try { throw new IOException("Hello"); } ...
確定! 回上一頁