Map <String,String> gg={'gg':'abc','kk':'kojk'}; Future<void> secondAsync() async { await Future.delayed(const Duration(seconds: 2)); ...
確定! 回上一頁