windows使用PHP脚本批量重命名文件名称
摘要:
2022年3月11日14:29:50 <?php //php 7.0 function showFiles(string $dir) { $arr = array(); foreach (new RecursiveDirectoryIterator($dir) as $v) { $dd = []; 阅读全文
posted @ 2022-03-11 14:33
zh7314
阅读(101)
评论(0)
推荐(0)
浙公网安备 33010602011771号