阅读背景:

int ?类型转换成int类型

来源:互联网 
int? a= null;
int? b= a * 5;//b = null
int? c= a + 5



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: