Switch statements only compare values, and not the type (equivalent to '==') ... with no break, comparison will continue to 'case 3' case 3: // code...
確定! 回上一頁