func fetchData(from url: URL) async throws -> Data {. let (data, _) = try await URLSession.shared.data(from: url). return data. }.
確定! 回上一頁