Wrap the output within HTML <pre> block. <?php echo '<pre>'; echo "\tTabbed line\n Space padded line\n"; echo '</pre>'; ?>.
確定! 回上一頁