摘要:
public class SequenceInputStreamJava { public static void main(String[] args) throws IOException { // TODO Auto generated method stub String sPath1 = 阅读全文
摘要:
File类 文件和目录路径名的抽象表示形式。 创建文件或文件夹 判断后缀为".jpg"文件: 简化版 java public class FileDemo2 { //正常的遍历输出所有文件 public void findAllFile(File f){ if(f.isDirectory()){ F 阅读全文