Loading...
<?php //文件路径 $path="test.txt"; //判断文件是否存在 if(file_exists($path)...
修改nginx配置文件location / { try_files $uri $uri/ $uri.php?$args; }重启nginx生效