如何在不删除所有现有数据的情况下写入文本文件?我试过这个
$txt = 'srge'; $file = fopen('text.txt','w'); fwrite($file,$txt);
但它不起作用,一切都在耳边
php
php ×1