Switch case statements are not required to be exhaustive. It is fine if no case matches and there is no default case. However, when using switch ...
確定! 回上一頁