摘要: List<CityData> listData =new List<CityData>(); //把一个集合自定转成json字符串。 foreach (var city in ctiyTable) { listData.Add(new CityData() { CityId = city.CityI 阅读全文
posted @ 2019-04-28 15:36 咖啡无眠 阅读(918) 评论(0) 推荐(0)