1、组装JSON
                    rs["msg"] = "success";
                    rs["code"] = 200;
                    rs["data"] = data;
                    rs["rscount"] = rscount;
                   
                    strResult = JsonConvert.SerializeObject(rs);
 
 
2、拆分JSON
                    JObject Odata = null;
                    Odata = JObject.Parse(Rep.Request[jsonname].ToString());
                    string id= jo["id"].ToString();

相关文章:

  • 2022-12-23
  • 2021-07-17
  • 2021-06-08
  • 2021-10-23
  • 2021-12-28
  • 2022-02-17
  • 2021-07-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-12-18
相关资源
相似解决方案