摘要:
感谢大神: https://www.cnblogs.com/JavaSubin/p/5450849.html 2,常见构造方法 public String():空构造 public String(byte[] bytes):把字节数组转成字符串 public String(byte[] bytes, 阅读全文
摘要:
import java.io.*; public class TRYIN1224 { public static void main(String[] args) throws Exception { //InputStream in = new InputStream(System.in);//当 阅读全文