标签:文件 获取 var_dump put json pre nts contents get
$input = file_get_contents("php://input");
$input = json_decode($input,true);
var_dump($input);
$input = file_get_contents("../XX.json");
标签:文件 获取 var_dump put json pre nts contents get
原文地址:https://www.cnblogs.com/HelloMrLee/p/13365621.html