查看 Integer.java 源码可知,抛出异常的方法代码如下: public static int parseInt(String s, int radix) throws NumberFormatException { if (s == null) { throw ...
確定! 回上一頁