❮ Java 关键字
short myNum = 5000; System.out.println(myNum);
运行实例 »
short 关键字是一种数据类型,可以存储从 -32768 到 32767 的整数。
short
Java 教程: Java 数据类型教程。