以下先示範Future基本範例,一個買pizza的故事。 /// 買披薩. Future<void> getPizza() { return Future.delayed(Duration(seconds: 5), () => print ...
確定! 回上一頁