<?php $number = 10; if($number > 0) { echo "The number is a positive number"; } ... <?php switch (變數) { case 方案1: // 當方案1 成立時執行的內容break; ...
確定! 回上一頁