如题,
InputStreamReader in = new InputStreamReader(System.in);
如果
最后没调用in.close()方法会不回导致内存泄漏。