Java在命令行界面中进行输入数据的方法
How to input your personal data from the default command interface.It used the System.in.read, contrast to the System.out.print.packagecom.han;importjava.io.*;/***Howtoinputyourpersonaldatafromthedefaultcommandinterface.*<p>...