string rjosn = "fs:fsf";//json字符串
JObject jo1 = (JObject)JsonConvert.DeserializeObject(rjosn);//转换为json对象

string aa=jo1["queryUserRespXml"]["body"]["customerCode"].ToString();//获取customerCode的值

相关文章:

  • 2021-07-25
  • 2022-12-23
  • 2022-02-07
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-12-09
猜你喜欢
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-06-04
  • 2022-12-23
  • 2021-12-29
相关资源
相似解决方案