这是 switch 语句 switch ($i) { case 0: echo "i equals 0"; break; case 1: ... 仅当一个 case 语句中的值和 switch 表达式的值匹配时PHP 才开始执行语句,直到 ...
確定! 回上一頁