求助
aide吧
全部回复
仅看楼主
level 1
fanbobo77 楼主
import java.io.*;
public class df
{
public static void main(String[] agrs){
try{
FileInputStream f=new FileInputStream(new File("aab","jj.txt"));
}
catch(IOException e){
e.printStackTrace();
}
}
}
2017年12月02日 16点12分 1
level 1
fanbobo77 楼主
为什么报错呢
2017年12月02日 16点12分 2
level 1
fanbobo77 楼主
为什么报错呢
2017年12月02日 16点12分 3
1