原因在于json_encode函数在遇到非utf-8字符串时, 会返回null, 造成所有key不能显示。
原因在于json_encode函数在遇到非utf-8字符串时, 会返回null, 造成所有key不能显示。