I'm am trying to remove multiple line breaks ("\n"). Here's my code: $imageStr = trim($_POST['images']); $imageStr = str_replace("\n\n", ...
確定! 回上一頁