iniState内で5秒止める処理がしたいとき @override void initState() async { super.initState(); await Future.delayed(Duration(seconds: 5)); } ...
確定! 回上一頁