摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { int? a; a = null;//此时输出3 //a = 6... 阅读全文
posted @ 2010-07-27 16:18 SeanWang 阅读(363) 评论(1) 推荐(0) 编辑