PostAsync (link, new StringContent(json.ToString(), Encoding.UTF8, contentType)); if (response.IsSuccessStatusCode) { var content = await ...
確定! 回上一頁