javascript的数组对象,C#有没有什么方法直接读取的
展开全部
1.首先定义一个转换的类
public class ExtendModel
{
public string Id{ get; set; } //Id
public string area{ get; set; } //地区
public string country{ get; set; } //国家中文
public string countryen{ get; set; } //国家英文
public int sort { get; set; } //排序
}
2.用的时候这么用
List<ExtendModel> _model= new List<ExtendModel>();
_model= new JavaScriptSerializer().Deserialize<ExtendModel>(Json串儿);
public class ExtendModel
{
public string Id{ get; set; } //Id
public string area{ get; set; } //地区
public string country{ get; set; } //国家中文
public string countryen{ get; set; } //国家英文
public int sort { get; set; } //排序
}
2.用的时候这么用
List<ExtendModel> _model= new List<ExtendModel>();
_model= new JavaScriptSerializer().Deserialize<ExtendModel>(Json串儿);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询