🌈 搜索
📅  最后修改于: 2022-03-11 14:52:36.191000             🧑  作者: Mango
String path = "testpath/hello"; File folder = new File(path); if (!folder.exists()) { folder.mkdir(); }