第 3 章 变量分类

为何要去将变量分类

常见的变量有哪些类型

整型:byte,short int,int,long

字符,字符串:char,string

浮点数:float,double

列表,等

高级的,比如:字典dict,Map