标签: php
我在/js-calls/file.php中有一个文件。
它有这段代码:
$target_dir = "/img-posts/c_folder"; if(!file_exists($target_dir)){ mkdir($target_dir); }
我已经有了这个/ img-posts文件夹。 但是永远不会创建c_folder。 任何想法为什么?