2018年3月5日
摘要: public class TestFileInputStream { public static void main(String [] args) { //读取指定文件中内容,并在控制台输出 FileInputStream fis = null; byte[] b = new byte[1024] 阅读全文
posted @ 2018-03-05 21:50 00011101 阅读(3837) 评论(0) 推荐(0)