函数:
json_encode() - 对变量进行 JSON 编码
说明:
json_encode ( mixed $value [, int $options = 0 [, int $depth = 512 ]] ) : string
$value
$options
$depth
参数:
options=JSON_UNESCAPED_UNICODE 不要编码Unicode
注意:支持PHP5.4+
手册
PHP常量:JSON_UNESCAPED_UNICODE
原文:https://www.cnblogs.com/daizhongxing/p/12672582.html