this.getClass().getResource("/").getPath();

 从根目录获取载入文件:

this.getClass().getResourceAsStream("/myshop.properties")

 

相关文章:

猜你喜欢
相关资源
相似解决方案