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
有木有人能解决这个问题 谢谢
用户1137639
程序猿天璇
相关分类