问题Obviously it's not "\r\n",which only fits windows,and will cause ^M on linux 回答1:PHP_EOL 回答2:a new line in php is just "\n". should work on all platforms. 来源:https://stackoverflow.com/questions/989628/how-to-write-unified-new-line-in-php 标签 php newline