PHP 递归创建路径?php function createFolder($path) { if (!file_exists($path)) { echo dirname($path),br /; //dirname()可以直接截取到不存在的路径或非路径文件 ...
確定! 回上一頁