显式转换:从低精度(int)类型向高精度类型(float)转换。隐式转换:从高精度(float)类型向低精度类型(int)转换。隐式转换属于强制类型转换。可能造成数据损失(精确度丢失)。String—>Number为隐式转换