摘要: 一、后台 ViewBag.TypeList = typeList; 二、前台C# @{ var typeListFirst = ViewBag.TypeList;} 三、前台js中 var typeList2 = @Html.Raw(Newtonsoft.Json.JsonConvert.Seria 阅读全文
posted @ 2018-03-14 16:30 hao_1234_1234 阅读(3377) 评论(0) 推荐(0)
摘要: 无法将类型“System.Collections.Generic.List<anonymous type:string ClassID,string ClsssName>”隐式转换为“System.Collections.Generic.List<Ecology.Model.EnergyFlowGr 阅读全文
posted @ 2018-03-14 10:41 hao_1234_1234 阅读(2967) 评论(0) 推荐(0)