php php_eol的用法:替代换行符,会根据平台而变,windows下是“/r/n”,linux下是“/n”,mac下是“/r”;一般可以使用“str_replace(PHP_EOL,'', ...
確定! 回上一頁