感谢其他人的投入。原来我只需要
$inputJSON = file_get_contents('php://input');$input = json_depre($inputJSON, TRUE); //convert JSON into array其中的第二个参数以
json_depre数组形式返回对象。
希望这对别人有帮助!

感谢其他人的投入。原来我只需要
$inputJSON = file_get_contents('php://input');$input = json_depre($inputJSON, TRUE); //convert JSON into array其中的第二个参数以
json_depre数组形式返回对象。
希望这对别人有帮助!