摘要: 参考链接:https://zhuanlan.zhihu.com/p/85906101 $post = @file_get_contents('php://input'); //获取请求体,@的作用为屏蔽警告,可去除。 $post = json_decode( $post, true ); //解析成 阅读全文
posted @ 2022-06-23 16:54 王越666 阅读(486) 评论(0) 推荐(0) 编辑