php - 解析微信端传过来的转码过的数组
$tagName = substr($_GPC['tags'], 1, strlen($_GPC['tags'])-2); $tagName = str_replace('"', "", $tagName); $tagNames = explode(",", $tagName);
$tagName = substr($_GPC['tags'], 1, strlen($_GPC['tags'])-2); $tagName = str_replace('"', "", $tagName); $tagNames = explode(",", $tagName);