php $filename = 'file.txt'; $word = "你好!"; $fh = fopen($filename, "a"); echo fwrite($fh, $word); fclose($fh); ?> PHP fwrite 换行写入. 如果要 ...
確定! 回上一頁