1. 程式人生 > >Java switch函式

Java switch函式

switch()函式中能放置的值為:byte,short,char,int,string,enum型別或者byte,short,char,int的包裝類,其中,string型別是java7(含)之後才支援的,其他型別資料會報錯,

報錯資訊為:

Cannot switch on a value of type long. Only convertible int values, strings or enum variables are permitted