ThinkPHP 中无法通过I方法获取json数据的解决方法misswell10 12 月, 201710 12 月, 2017Categories 学习笔记 使用以下方法获取: $put=file_get_contents('php://input'); $put=json_decode($put,1); foreach ($put as $key => $value) {}