1. double是基本数据类型,Double是原始数据类型(Java 类)
2. double创建引用,Double创建对象
3. double不可以为NULL,Double是类所以其对象是可以为NULL