我在我的 java web 应用程序中使用了以下 c'tor
public File(String pathname)
例如:
File =new File("1.txt");
然后我在路径中得到以下文件:
C:\Program Files\Apache Software Foundation\Apache Tomcat 7.0.22\bin\1.txt
我的问题:为什么这是使用上述 c'tor 时的默认文件夹,以及是否有任何选项可以默认更改项目文件夹,例如。
谢谢