php unicode 转换成中文
摘要:把unicode 扔进josn里,再转成数组就变成中文了 $json = '{"str":"'.$unicode_str.'"}'; $arr = json_decode($json,true); return $arr['str'];
阅读全文
posted @ 2020-07-23 10:46
posted @ 2020-07-23 10:46
posted @ 2020-07-13 11:52
posted @ 2020-07-01 16:40