header("Content-Type: text/html; charset=UTF-8");
mysql_set_charset('utf8');
$json = json_encode($data, JSON_UNESCAPED_UNICODE);
转载于:https://my.oschina.net/geeksu/blog/228703
本文共 174 字,大约阅读时间需要 1 分钟。
header("Content-Type: text/html; charset=UTF-8");
mysql_set_charset('utf8');
$json = json_encode($data, JSON_UNESCAPED_UNICODE);
转载于:https://my.oschina.net/geeksu/blog/228703