system.inProperties properties = new Properties();properties.load(System.in);这个 System.in 该如何获得?[解决办法]
System.getProperty("user.dir");