运行 ❯
获取您的
自己的 PHP
服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <pre> <?php $x = "Hello\rWorld"; echo $x; ?> </pre> <p>To preserve any whitespace or line breaks, we have wrapped the result in a PRE element</p> </body> </html>
Hello World
为了保留任何空格或换行符,我们已将结果包装在 PRE 元素中。