摘要: C# 解析 json JSON(全称为JavaScript Object Notation) 是一种轻量级的数据交换格式。它是基于JavaScript语法标准的一个子集。 JSON采用完全独立于语言的文本格式,可以很容易在各种网络、平台和程序之间传输。JSON的语法很简单,易于人阅读和编写,同时也易 阅读全文
posted @ 2016-04-26 21:26 Twang 阅读(3580) 评论(0) 推荐(0)
摘要: json比一般格式再复杂点的就像数组一样,有多层嵌套,研究了一下,记录代码如下: 转:chendaoyin C# json提取多层嵌套到数组 阅读全文
posted @ 2016-04-26 21:01 Twang 阅读(811) 评论(0) 推荐(0)
摘要: the following jQuery AJAX call to an ASP.Net page. When I try to retrieve from Request object, the posted data, it does not show up. My aspx page code 阅读全文
posted @ 2016-04-26 17:12 Twang 阅读(240) 评论(0) 推荐(0)