标签: php
我在googleappengine中托管了一个文件index.php,其中包含以下代码:
<?php file_put_contents("index.php","xxx"); ?>
当我第一次调用index.php时,其内容应替换为&#34; xxx&#34;在第二次调用index.php时,它应显示&#34; xxx&#34;屏幕上。为什么不起作用?