摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ExtentsFunctions{ class Program { static void Main(string[] args) { string str = "A"; Console.WriteLine(str.ConvertStr()); int ints = 100; Console.WriteLine(ints.ConvertInt32()); Console.ReadLine(); 阅读全文
posted @ 2013-05-15 16:06 yuloe2012 阅读(126) 评论(0) 推荐(0) 编辑