查看 Integer.java 源码可知,抛出异常的方法代码如下: ... parseInt("abc"); } catch (Exception e) { System.out.println("catched"); throw new ...
確定! 回上一頁