如果成员变量没有手动赋值,则系统赋默认值:
byte、short、int、long: 0
float、double: 0.0
boolean: false
char: \u0000
引用数据类型: null