Loading

C# 从入门到精通

int i=null;

int? i=null; 我们用一个问号 来指定这个值类型是可空的 属性是只读的

posted @ 2014-02-27 13:44  androllen  阅读(328)  评论(0编辑  收藏  举报