摘要: 我用curl/post方式发送一段数据给一个接口文件发现$_POST输出为Array(),没有获取到任意字符串,百度上找到方法1 function getRawData(){2 $put = array();3 parse_str(file_get_contents('php://input... 阅读全文
posted @ 2015-07-30 09:53 李星保 阅读(225) 评论(0) 推荐(0)