利用 System.in.read 实现从键盘读入char 型数据
摘要:System.out.println("please input a char"); char c=(char)System.in.read(); System.out.println(c);
阅读全文
posted @ 2013-05-31 23:08
posted @ 2013-05-31 23:08
posted @ 2013-05-31 23:07