JavaScript 主要有以下几种数据类型: 基本类型: Undefined Null Boolean Number String Symbol (ES6 引入) 引用类型: Object 3. 示例代码 接下来我们将看几个示例,展示如何在switch中使用不同的数据类型。 letfruit='apple';switch(fruit){case'banana':console.log('This is a banana.');break;case'apple':co...
支持的有:char、byte、short、int 和 Character、Byte、Short、Integer 和 String 表达式的值不能是null,否则会在运行时抛出NullPointerException。 在case子句中也不能使用null,否则会出现编译错误。 JAVA中switch为什么不能使用long的根本原因是long转化成int会丢失精度,导致数据不准确, 上述内容就是switch中支持哪些数...