摘要:
int.parse()函数是将字符串类型转换成int类型。 使用int.parse()不当,可能会抛出异常,分为以下三种:System.ArgumentNullException,即被转换的字符串的内容为Null;System.FormatException,字符串的内容不是数字;System.O... 阅读全文
posted @ 2015-04-07 21:21
3班&陈宗雷
阅读(930)
评论(0)
推荐(0)
浙公网安备 33010602011771号