{"7":{"Num":"12"},"8":{"Num":"2"},"9":{"Num":"2"},"10":{"Num":"33"}}
上面的json是jquery.stringify转出来的
在php中怎么转成数据呢?
我用了json_decode,结果var_dump出来是NULL。
哪里的问题呢?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
你确定已经传过去了吗?你var_dump()这个post传过来的数据确定有值?