生活<>生存
了解就不用看了,不了解的一眼就明白了。
// ?? operator example. int? x = null; // y = x, unless x is null, in which case y = -1. int y = x ?? -1;
posted on 2010-04-16 13:05 jizh 阅读(859) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3