json_encode不编码中文字符的方式

json_encode($array,JSON_UNESCAPED_UNICODE);

原文地址:https://www.cnblogs.com/coffee_cn/p/7992014.html