php路径、文件名操作 提取文件名:$filename = basename($dir) 提取文件扩展名:$ext = pathinfo($dir) 来源:https://www.cnblogs.com/stuano/p/11923010.html 标签 php dir函数