String path;
public void main(String[] args) {
File file=new File("");
path=file.getAbsolutePath();

syso(path);

 

结果:

D:\svnout\borncrm-biz

相关文章:

  • 2022-12-23
  • 2021-09-01
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2021-11-19
猜你喜欢
  • 2021-11-29
  • 2021-11-29
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-12-21
相关资源
相似解决方案