function writelog($str) { $open=fopen("log.txt","a" ); fwrite($open,$str); fclose($open); } ... 如果文件不存在则尝试创建之. php txt 换行"\r\n" 不可用单引号 ...
確定! 回上一頁