php unicode 转换成中文
摘要:
把unicode 扔进josn里,再转成数组就变成中文了 $json = '{"str":"'.$unicode_str.'"}'; $arr = json_decode($json,true); return $arr['str']; 阅读全文
posted @ 2020-07-23 10:46 沉淀物 阅读(193) 评论(0) 推荐(0) 编辑
posted @ 2020-07-23 10:46 沉淀物 阅读(193) 评论(0) 推荐(0) 编辑