赞
踩
json_encode() 对中文编码会产生乱码,加入JSON_UNESCAPED_UNICODE这个参数就可以了
json_encode($data,JSON_UNESCAPED_UNICODE);