json 字符串中反斜杠会被转义,所以需要用 htmlspecialchars_decode() 函数处理一下 json_decode(htmlspecialchars_decode($data),true)