摘要: java基础之IO 1,字节流与字符流常用方法: public class testIO { /** * 字符输入输出流实现文件的复制(类比字节操作) * @throws IOException * */ @Test public void testWriterReaderFileCopy() throws IOExcepti... 阅读全文
posted @ 2017-03-19 01:12 话伤 阅读(149) 评论(0) 推荐(0)