摘要: 大杂烩 一、类型转换 字符串转整形: int a = int.Parse(""); //不能转换null int b = Convert.ToInt32(""); null转为0 四舍五入(.5的话只对奇数进行四舍五入) // char.IsLetter 判断是否是数字 比较是否相等: // if( 阅读全文
posted @ 2016-09-22 11:17 刘冠 阅读(216) 评论(0) 推荐(0) 编辑