【后端java】java常用代码

1. 获取当前项目路径

String path = System.getProperty("user.dir");

你可能感兴趣的:(java)