var content = new StringContent (json, Encoding.UTF8, "application/json"); HttpResponseMessage response = await client.PostAsync(uri, content);
確定! 回上一頁