File file = new File(this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath());
return file.isFile();
本文共 177 字,大约阅读时间需要 1 分钟。
File file = new File(this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath());
return file.isFile();
转载于:https://my.oschina.net/jingshishengxu/blog/1923704