2019 年 01 月 28 日 Dart学习笔记:Future Dart下的Future类似于ES6下新增的Promise,也是为了解决异步回调带来的各种问题。 构造函数 Future(FutureOr<T> computation()) comput... 进一步了解 编程随想