如果在属性的setter中使用以下代码:
decimal? temp = value as decimal?;
value = "90"
但是在转换之后,temp是null...
那么正确的转换方式是什么?
用户名或邮箱地址
密码