在PHP 的switch 中使用continue,沒傳遞參數時,跟使用break 意思一樣 ... default: var_dump($c); break; } //輸出string(13) "continue test"
確定! 回上一頁