摘要: 阅读全文
posted @ 2020-09-26 14:13 享受折腾 阅读(89) 评论(0) 推荐(0)
摘要: 1 public class FileReaderDemo { 2 public static void main(String[] args) { 3 File file = new File("f:\\test"); 4 if (!file.exists()) { 5 file.mkdirs() 阅读全文
posted @ 2020-09-26 11:19 享受折腾 阅读(141) 评论(0) 推荐(0)