$text = str_replace(array("\n", "\r"), '', $text); //After echo nl2br($text);. If you run the code above, you'll see that the str_replace function has removed ...
確定! 回上一頁