swift 3.0中调用alamofire中的一些问题

        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

有木有人能解决这个问题  谢谢

racall
浏览 3143回答 2
2回答

用户1137639

楼主解决了吗

程序猿天璇

不好意思 这个真不会
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

iOS