摘要: int n = null; bool b=null; 错误:值类型不能复制为null值 int ?n = null; bool ?b=null;值类型赋值为null型 需要加? string s = null;引用类型可以复制为null值 person.Age = result.GetInt32(2 阅读全文
posted @ 2017-05-16 01:35 还不是因为你长的好看 阅读(79) 评论(0) 推荐(0)