摘要: 数据类型 概览 基本数据类型 布尔类型:bool 整型:int8、byte、int16、int、uint、uintptr 等 浮点类型:float32、float64 复数类型:complex64、complex128 字符串:string 字符类型:rune 错误类型:error 复合类型 指针( 阅读全文
posted @ 2022-04-06 22:26 颖小主 阅读(40) 评论(0) 推荐(0)