摘要: 1 namespace ConsoleApplication3 2 { 3 class Program 4 { 5 static void Main(string[] args) 6 { 7 try 8 { 9 //int a = Convert.ToInt32("abc");10 string m= WrongMsg(280);11 Console.WriteLine(m);12 ... 阅读全文
posted @ 2013-08-12 16:52 垂坠 阅读(134) 评论(0) 推荐(0) 编辑