const timeout = const Duration(seconds: 1); Timer.periodic(timeout, (timer) { //callback function //1s 回调一次 ...
確定! 回上一頁