+
80
-

php如何通过json_decode()解析js中JSON.stringify的数据?

php如何通过json_decode()解析js中JSON.stringify的数据?


网友回复

+
1
-
<?php
$data_array = json_decode(html_entity_decode(stripslashes($data_json)), true)

我知道答案,我要回答