<?php // 读取所有文件 $dirPath = __DIR__.'/replace/'; // 文件夹路径 $fileKeywords = '.htm'; // 文件的关键词,主要用于区分其他文件,如文件后缀等。 $pathArr = fil...
2019-10-08