URLSession.shared.dataTask(with: url) { (data, response, error) in if error == nil { print("請求成功\(String(describing: response))" ) ...
確定! 回上一頁