随笔分类 -  json

摘要:读取一个json文件,并与实体相对应: static void Main(string[] args) { string json = ""; FileStream fs = new FileStream("cityJson.txt", F... 阅读全文
posted @ 2015-05-11 14:58 如梦不是梦 阅读(1510) 评论(0) 推荐(1)