摘要: 话不多说,直接上代码 import java.io.File; public class Deltwo { public static void main(String[] args) { String path = "D:\\Kashi\\"; File dir = new File(path); 阅读全文
posted @ 2022-09-14 23:01 茄 阅读(34) 评论(0) 推荐(0)