例:
if(a>0)
b =5;
else
b= “无效值”
这个无效值能表示出来吗?
谢谢两位。
b= invalidnumeric;
b = InvalidNumeric; //b = InvalidInteger;
if(a>0) b = 5;