风中帅哥

文章
3
资源
0
加入时间
3年2月3天

Thinking in java 从标准输出读取字符串

//: c12:Echo.java// How to read from standard input.// {RunByHand}import java.io.*;public class Echo {  public static void main(String[] args)  throws IOException {    BufferedReader in = new Buffered