public async Task<TResult> PostAsync<TResult>( string url, int ? timeout = null ). where TResult : class , new (). {. return await PostAsync<TResult>(url, ...
確定! 回上一頁