一、複習
<?php echo "HELLO WORLD";
二、php介紹
三、變數
四、陣列
$nav=["關於我們","商品展示","關於我們","聯絡我們"]; $nav=array("關於我們","商品展示","關於我們","聯絡我們");