请问是什么问题,虽然做法不对,但是不理解输出结果 为什么是这样子子。
int x; while(true) { x = reader.read(); if (x == -1) break; System.out.print((char)x); }