php json保存为utf8
时间:2021-09-06 00:11:50
收藏:0
阅读:23
json_encode($xm_json,JSON_UNESCAPED_UNICODE);//将json数组保存为utf8
php json_encode保存的json为utf8
原文:https://www.cnblogs.com/zc290987034/p/15223849.html
评论(0)