Alamofire.request("http://127.0.0.1/get/test.php", method: .get, parameters: ["am":"kk"], encoding: JSONEncoding.prettyPrinted).responseJSON { (response) in print(response.data) }运行后 执行结果输出:2016-10-31 11:43:18.539986 httpTest[24156:3215644] [] nw_endpoint_flow_service_writes [1 127.0.0.1:80 ready socket-flow (satisfied)] Write request has 4294967295 frame count, 0 byte count有木有人能解决这个问题 谢谢
添加回答
举报
0/150
提交
取消