如上图,我想实现find方法里面的file为构造函数里面打开的那个file,请问我该怎么写???
收起
在findfile构造函数里面加上 file = new File(pathname);
报告相同问题?