C#中的??

为了减少可空类型的代码量,遇到null的时候
C#提供了??操作符来获取如果为空的默认值。
相当于string==null?"":string
posted @ 2014-11-12 15:04  xjt360  阅读(141)  评论(0编辑  收藏  举报