執行 ❯
獲取您
自己的 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 元素中。