一、精度不同的类型如何转换?
二、Convert.ToInt32()
三、对象转换的两种方式。(类型)对象(转换失败抛出异常),as(转换失败返回null)
四、TryParse(),int.TryParse();