在 PHP 中可以通过 unlink() 函数删除文件,linux 与 windows 通用,看下面示例: <?php $filename="http://www.xxxxxx.com/1.txt"; unlink($filename); ?>