摘要: 例如:文件的读写 public static byte[] readFile(String filename) throws IOException ...{ File file =new File(filename); if(filename==null || filename.equals("" 阅读全文
posted @ 2017-07-10 23:39 妤轩 阅读(151) 评论(0) 推荐(0)