php 解决json_encode中文UNICODE转码问题

https://blog.csdn.net/hanzengyi/article/details/78294762

<?php
echo json_encode("中文", JSON_UNESCAPED_UNICODE);
//"中文

?>
原文地址:https://www.cnblogs.com/haoxuanchen2014/p/9761947.html