JObject _jObject = JObject.Parse( "{'ID':'001','Name':'test','Mark':'Hello Word'}" ); ... (2)注意还有数组类型的Json对象,用JArray和JObject配合使用 ...
確定! 回上一頁