我想將顫振中的 File 轉換為 ByteData 物件。 像這樣: import 'dart:io'; File file = getSomeCorrectFile(); //This file is correct ByteData ...
確定! 回上一頁