https://github.com/JakeLin/SwiftWeather/releases/tag/V1 图片在这里,我特意问老师了
2016-09-02
manager.GET(url, parameters: params, success: { (operation:AFHTTPRequestOperation!, responseObiect: AnyObject!) in print("JSON:" + responseObiect.description!)},failure: { (operation:AFHTTPRequestOperation?,error:NSError!) in print("Error:"+error.localizedDescription)})
2016-07-19