OptIn)] //宣告此屬性需轉換 [JsonProperty] public string League { get; set; } //如果有命名不一致的情況必須特別宣告 [JsonProperty("League") ...
確定! 回上一頁