foreach(JObject obj in myArray) { string id = obj["ID"].ToString(); mylist.Add(id); } 透過以上的作法就可以將所需要的內容抓出來並放在list裡面 ...
確定! 回上一頁