第一種:複製程式碼程式碼如下: //php 有三種方法來解決//1、使用str_replace 來替換換行$str = str_replace(array("\r\n", "\r", "\n"), "", $str); ...
確定! 回上一頁