传递参数可以await吗?这样做的优点和缺点是什么?
await
var results = MapResults(await GetDataAsync());
.net c#
.net ×1
c# ×1