一、改用for循环 for () { await .... } 二、用await Future.forEach await Future.forEach(list, (item) async { });