在Java 7之前,IO操作为了保证资源能被关闭,往往会在try代码块后加上finally代码块来处理资源的关闭。 BufferedReader br = new BufferedReader(new ...
確定! 回上一頁