..
摘要: 经常有批量修改文件名的需求,感觉网上找的不好用,自己整一个,C语言不会,网上找的代码拼凑了一个小工具。点我下载 用法: 代码: #include <iostream> #include <cstring> #include <io.h> #include <regex> #include <stri 阅读全文
posted @ 2020-10-13 10:56 罗浩楠 阅读(131) 评论(0) 推荐(0)
..