摘要: (int)和Int32.Parse(),Convert.ToInt32()三者的应用举几个例子:例子一:longlongType=100; intintType=longType;//错误,需要使用显式强制转换 intintType=(int)longType;//正确,使用了显式强制转换例子二:s... 阅读全文
posted @ 2014-05-15 22:53 沸腾鱼 阅读(376) 评论(0) 推荐(0)