PHP JSON_ENCODE 不转义中文汉字的方法
json_encode($data, JSON_UNESCAPED_UNICODE); //必须PHP5.4+
官网的说明:http://php.net/manual/en/function.json-encode.php
json_encode($data, JSON_UNESCAPED_UNICODE); //必须PHP5.4+
官网的说明:http://php.net/manual/en/function.json-encode.php