php 删除换行符 $text=str_replace("\n","",$text);$text=str_replace("\r","",$text);$text=str_replace("\r\n","",$text); 相关文章: 2022-12-23 2021-04-14 2022-12-23 2022-12-23 2021-10-08 2022-12-23 2022-12-23 2022-01-13