标签: php
我在json_decode上使用file_get_contents("php://input"),但每次都会为空 我输出file_get_contents("php://input")并以此格式a=1&b=2获得输出 如何将其转换为数组?
json_decode
file_get_contents("php://input")
a=1&b=2
答案 0 :(得分:1)
为什么json_decode?!使用parse_str