这是我的代码:
System.out.println(System.getProperty("user.dir"));
///*
Scanner in = new Scanner(new FileInputStream("src/practice_code/a.txt"));
我需要从 a.txt 文件中读取值,但它拒绝读取,除非我编写这样的路径 src/practice_code/a.txt 。是否可以在 Eclipse 中更改 IO 的默认目录,所以当我指定文件时,我只需要编写 a.txt