<?php file_put_contents("test.txt", "This is another something.", FILE_APPEND); ?>
php写入txt追加
最新推荐文章于 2021-03-19 01:08:50 发布
<?php file_put_contents("test.txt", "This is another something.", FILE_APPEND); ?>