今天讲述数据类型,有4类8种: int,short,long,boolean,double,float,char,byte 还讲了++a;跟a++的区别 ++a是先进行递增再进行赋值 a++是先赋值在进行递增