x
 
<!DOCTYPE html>
<html>
<body>
<pre>
<?php
$x = "Hello\tWorld";
echo $x;
?> 
</pre>
<p>为了保留任何空白字符或换行符,我们将结果包裹在 PRE 元素中。</p>
</body>
</html>