switch 是否能作用在 byte/long/String 上?
switch 是否能作用在 byte/long/String 上?在Java 5之前,switch语句中的表达式(expr)只能是byte、short、char、int类型。从Java 5开始,Java引入了枚举类型,因此在switch语句中,表达式(expr)也可以是enum类型。
笨鸟教程,涵盖Intellij IDEA教程,PyCharm教程,GoLand教程,WebStorm教程,ChatGPT教程,AI绘画教程,Obsidian教程, Notion教程,Midjourney教程,Java教程,Python教程,Golang教程,AI工具等各类AI编程教程。