08 2019 档案

摘要:JavaScriptSerializer jss = new JavaScriptSerializer(); Dictionary dict = new Dictionary(); string strDATAJSON = ""; dict.Add("AA", "00"); dict.Add("BB", "00")... 阅读全文
posted @ 2019-08-03 10:42 一叶孤城 阅读(9147) 评论(0) 推荐(0)
摘要:一、获取JSon中某个项的值 要解析格式: [{"VBELN":"10","POSNR":"10","RET_TYPE":"S","RET_MSG":"写入失败:"},{"VBELN":"00","POSNR":"00","RET_TYPE":"E","RET_MSG":"写入失败:&qu 阅读全文
posted @ 2019-08-03 10:38 一叶孤城 阅读(13349) 评论(0) 推荐(0)