Heim >Backend-Entwicklung >PHP-Tutorial >javascript - 关于jquery生成的JSON在php中转数组出现的问题

javascript - 关于jquery生成的JSON在php中转数组出现的问题

WBOY
WBOYOriginal
2016-06-06 20:23:221333Durchsuche

<code>{"7":{"Num":"12"},"8":{"Num":"2"},"9":{"Num":"2"},"10":{"Num":"33"}}

上面的json是jquery.stringify转出来的

在php中怎么转成数据呢?

我用了json_decode,结果var_dump出来是NULL。

哪里的问题呢?</code>

回复内容:

<code>{"7":{"Num":"12"},"8":{"Num":"2"},"9":{"Num":"2"},"10":{"Num":"33"}}

上面的json是jquery.stringify转出来的

在php中怎么转成数据呢?

我用了json_decode,结果var_dump出来是NULL。

哪里的问题呢?</code>

你确定已经传过去了吗?你var_dump()这个post传过来的数据确定有值?

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn