C# 字符串轉json對象

引用Newtonsoft.Json.dllstring string reStr={message:"123"};引用  JObject jo = (JObject)JsonConvert.DeserializeObject(retStr);  string mes = jo["message"].ToString(); dll
相關文章
相關標籤/搜索