摘要: Linux文件路径分隔符为 / ,windows的文件路径分隔符为 \ ,在开发项目过程中不确定用户使用何种操作系统,就需要自动适配路径 public class FilePathUtil { public static final String FILE_SEPARATOR = System.ge 阅读全文
posted @ 2022-03-20 11:34 Sherlock先生 阅读(1180) 评论(0) 推荐(0)