Switch 的用法看似複雜,但其實方便又精簡阿。switch ($_POST["item"]){ ... </form> <?php switch ($_POST["item"]){ case "1": echo "中午吃便當"; ...
確定! 回上一頁