摘要: 隐式类型转换:低精度转高精度 强制类型转换的方法: 数据类型.Parse 例子: int a = int.Parse("1231"); float b = float.Parse("2331"); Convert.to类型 例子: int a = Convert.toint32(float b ); 阅读全文
posted @ 2019-03-20 14:27 D个人笔记 阅读(113) 评论(0) 推荐(0) 编辑