import Foundation let data: Data // received from a network request, for example let json = try? JSONSerialization.jsonObject(with: data ...
確定! 回上一頁