FileIputStream fin=FileIputStream(FileDescriptor.in);
char ch;ch=(char)fin.read();这个方法是什么意思
通过流读取数据,并将数据强制转换成字符型,赋值给字符型变量ch