时间:2021-07-01 10:21:17 帮助过:5人阅读
看起来像是json字符串 用json_decode('"country":"\u4e2d\u56fd"')试试
json字符串 外边补个大括号
$str = '{"country":"\u4e2d\u56fd"}';print_r(json_decode($str,ture));
Array ( [country] => 中国 )
看起来像是json字符串 用json_decode('"country":"\u4e2d\u56fd"')试试
谢谢,你的头像让我一大早邪恶了
看起来像是json字符串 用json_decode('"country":"\u4e2d\u56fd"')试试
谢谢,你的头像让我一大早邪恶了