php 解决json_encode中文UNICODE转码问题

 

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

 

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

?>

posted on 2018-10-09 18:12  四季皆春  阅读(239)  评论(0)    收藏  举报

导航