Q.1)用php寫一個顯示程序Expected Output:Hello Welcome to PHP VLABSprogram:<?php$f="Hello";$s="Welcome to PHP";$t="VLABS";echo ($f."\n");echo "\t".$s."\n";echo "\t\t".$t."\n";?>我嘗試了上面的代碼,它在 cmd 中運行良好,但是當我在瀏覽器中查看它時,它出現在一行中 Image shown here怎么做。
如何在 php 中給一個 \t 空格
弒天下
2023-06-15 15:46:21