StackOverflow 文件 iOS 教程 Alamofire 自動驗證 自動驗證 Created: November-22, 2018 Alamofire.request("https://httpbin.org/get").validate().responseJSON { response in switch response.result { case .success: print("Validation Successful") case .failure(let error): print(error) } } 鏈式響應處理程式手動驗證