z包含NULL。为什么输出窗口不显示NULL?是因为NULL不是值吗?int? x = null;int? y = 1;int? z = 0;z = x + y;Debug.WriteLine(z); 查看完整描述