php 获取 application/json 的post 数据

var_dump(file_get_contents(‘php://input’)); //打印 json 传入数据
$arr = json_decode(file_get_contents(‘php://input’)) //解析成数组
火狐可调试 post /get /put 各种请求的插件工具 restclient

发表评论

您的电子邮箱地址不会被公开。