在NET Core 2.1 的物件Json轉換是透過Newtonsoft.Json 進行物件的正反序列化動作 using Newtonsoft.Json; public class Student { [JsonProperty("studentName")] ...
確定! 回上一頁