import java.io.IOException; public class Tester { public static void main(String[] args) throws IOException { System.out.println(System.getProperty("user.dir")); System.in.read(); } }
3,882
社区成员
9,045
社区内容
加载中
试试用AI创作助手写篇文章吧