自己平时在做项目时候的一些总结

    技术2022-05-19  30

    1. 获取磁盘项目中的指定目录:

    File f = new File(Thread.currentThread().getContextClassLoader().getResource("").getPath()+ "/util/map" + mapTypeId + "/" + mapChildId + ".xml");


    最新回复(0)