这个时候就需要用到 Flutter 中的多线程操作 Isolate 了; ... 10); Isolate.spawn(func2, 10); sleep(const Duration(seconds: 2)); print('2'); } ...
確定! 回上一頁