執行 ❯
獲取您
自己的 PHP
伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <pre> <?php $x = "Hello\tWorld"; 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 元素中。