可以通过调用System.getProperty(“user.dir”) 来获得。 如果需要获取当前包路劲可以通过(类.class.getPackage().getName()).replaceAll("//.","/")获得。