2016年12月20日
摘要: 1 import java.io.File; 2 3 //批量更改文件夹内的文件名 4 public class replaceFileName { 5 public static void main(String[] args) { 6 String fileName="Z:\\Users\\caixl\\Desktop\\0207"; 7 ... 阅读全文
posted @ 2016-12-20 10:35 黑鸟卫 阅读(274) 评论(0) 推荐(0) 编辑