Serialization; public class Student { [JsonPropertyName("studentName")] public string Name { get; set; } [JsonPropertyName("studentAge")] public int Age ...
確定! 回上一頁