Skip to content

java中的基本数据类型有byte(1字节)、short(2字节)、int(四字节)、long(8字节)、float(4字节)、double(8字节)、boolean(1位)、char(2字节)

Released under the MIT License.