会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qwoshi11
博客园
首页
新随笔
联系
订阅
管理
2022年5月30日
The JSON value could not be converted to System.Nullable`1[System.Int32]报错的解决方案
摘要: 问题: 调用接口,传入含有空值的int?型数据时,报如下错误: The JSON value could not be converted to System.Nullable`1[System.Int32]. 解决方式: 在调用接口之前,先把int?类型的 dec 属性值设为null值就可以了 i
阅读全文
posted @ 2022-05-30 12:00 Q我是11
阅读(2525)
评论(0)
推荐(0)
公告