class user
{
public int id
get;
set;
}
public string name
有两个方法
第一个只转换ID为json
第二个只转换name为json
我过时了,看不懂问题
给属性添加特性,自己扩展一下Newtonsoft。