$file=fopen(filename.'.php',"w+");fwrite($file,$page_body);//如果保存为txt文件文件格式为ansi,必须加这个bom头,"\xEF\xBB\xBF".保存的格式才为utf8,如果保存为php文件则格式为utf8fclose($file);
posted on 2019-05-09 11:38 3SU 阅读(558) 评论(0) 编辑 收藏 举报