在JAVA 1.7擴充switch的功能後,便可以使用列舉做為引數,使得程式碼更為簡潔、易讀,更容易理解程式碼。 public String getGradeDesc(NewGrade grade) { ...
確定! 回上一頁