FileInputStream fstream = new FileInputStream("abc.txt")
作为jar运行时抛出FileNotFoundExceptionn。为什么呢 通常,它可以从main方法运行时找到。