我想要读取位于本地网络中FileNotFoundException is subclass of IOException
catch (IOException e) {
if (e instanceof FileNotFoundException)
{
System.out.println("FileNotFoundException");
}
else if(e instanceof IOException)
{
System.out.println("IOException");
}
}
文件夹中的文件。我尝试使用该机器的本地IP,但没有工作:
Archive
有办法做到这一点吗?