string json = DAO.getUploadDataSummary(); JObject uploadData = JObject.Parse(json); string array = (string)uploadData.SelectToken("d");.
確定! 回上一頁