// 延时1s执行返回 Future.delayed(Duration(seconds: 1), (){ Navigator.of(context).pop(); print('延时1s执行'); });