final rs = await Dio().get<List<int>>( url, options: Options(responseType: ResponseType.bytes), // Set the response type to `bytes`. ); print(rs.data); // Type: ...
確定! 回上一頁