switch 語句中的變數型別可以是: byte、short、int 或者char。從Java SE 7 開始,switch 支援字串String 型別了,同時case 標籤必須為字串常量或字面量。
確定! 回上一頁