摘要: 1:基本类型数据 整数 整型(4bytes) -- int 短整型(2bytes) -- short int 长整型 (8bytes) -- long int 浮点数【实数】 单精度浮点数(4bytes) -- float 双精度浮点数 (8bytes) -- double 字符 char(1byt 阅读全文
posted @ 2024-02-08 00:36 汪汪cute 阅读(29) 评论(0) 推荐(0)