日常收集 用PHP建立txt文件,并写入文字内容 <?php $myfile = fopen("newfile.txt", "w") or die("Unable to open file!"); $txt = "Bill Gates\n"; ... 06月11日2,988 阅读全文