会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
白羽轻飘
博客园
首页
新随笔
联系
订阅
管理
2019年8月19日
c# dynamic实现动态实体,不用定义实体就能序列化为标准json
摘要: List<string> names = new List<string>() { "a00", "b00", "c00", "d00" }; dynamic obj = new DynObj(); obj.date = "2019-02-26"; obj.stories = names; stri
阅读全文
posted @ 2019-08-19 14:46 白羽轻飘
阅读(1552)
评论(1)
推荐(0)
编辑
公告