import 'dart:async';. void main() async {. List<int> _lists = [1,2,3,4,5,6];. List<int> _output = [];. await Future.forEach(_lists, (value) async {.
確定! 回上一頁