一个 case 的特例是 default 。它匹配了任何和其它 case 都不匹配的情况。例如:. <?php switch ($i) { case 0: echo "i equals 0";
確定! 回上一頁