![]() |
#2
_Strike2016-10-13 09:14
|
import
public class JSysteminReadTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
byte[] b=new byte[100];
int count=System.in.read(b);
for(int i=0;i<=count-1;i++)
{
System.out.print((char)b[i]);
}
}
}
只有本站会员才能查看附件,请 登录