2018年4月7日
摘要: 前者适合将object类类型转换成int类型 (int)适合简单数据类型之间的转换; int.Parse适合将string类类型转换成int类型。 阅读全文
posted @ 2018-04-07 13:26 絆τ 阅读(385) 评论(0) 推荐(0) 编辑