php 解决json_encode中文UNICODE转码问题
https://blog.csdn.net/hanzengyi/article/details/78294762
<?php
echo json_encode("中文", JSON_UNESCAPED_UNICODE);
//"中文
?>
https://blog.csdn.net/hanzengyi/article/details/78294762
<?php
echo json_encode("中文", JSON_UNESCAPED_UNICODE);
//"中文
?>