zl程序教程

您现在的位置是:首页 >  后端

当前栏目

java路径信息

JAVA 信息 路径
2023-09-11 14:16:58 时间
System.getProperty("user.dir")    : E:\workspace\lucene
            class.getResource("") : /E:/workspace/lucene/target/test-classes/com/hbzx/lucene/
           class.getResource("/") : /E:/workspace/lucene/target/test-classes/
           class.getResource(".") : /E:/workspace/lucene/target/test-classes/com/hbzx/lucene/
   newFile("").getAbsolutePath()  : E:\workspace\lucene
  newFile("/").getAbsolutePath()  : E:\