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