首頁 > 問答 > 主體
<?php
echo "<h2>歡迎來到php中文網學習</h2>";
?>
angryTom2019-07-15 14:34:13
如果是中文亂碼的話可以加一行這個程式碼
header("Content-type:text/html;charset=utf-8");