php php_eol的用法:替代换行符,会根据平台而变,windows下是“/r/n”,linux下是“/n”,mac下是“/r”;一般可以使用“str_replace(PHP_EOL,'',字符串)”来去除换行符,兼容各平台。
技术文章 / 下载软件趣味内容 / 专业带飞