waynelsh

导航

2018年4月19日 #

io包--File类的一个小应用--批量重命名

摘要: ``` public static void main(String[] args) { String path = "G:/工作/test"; File file = new File(path); System.out.println(file.exists()); File[] files = file.listFil... 阅读全文

posted @ 2018-04-19 23:33 waynelsh 阅读(112) 评论(0) 推荐(0) 编辑