當在 await 中使用 forEach 時,程式碼不會等待,並在 forEach 之後繼續執行程式碼, ... Future<void> uploadTexts(List<String> someTexts) async { for(int i = 0; ...
確定! 回上一頁