我作为POST提交到php页面如下:
{a:1}
这是请求的主体(POST请求). 在php中,我需要做些什么才能提取该值?
var_dump($_POST);
不是解决方案,不起作用.
php rest post
php ×1
post ×1
rest ×1