直接给你代码吧$tags = get_the_tags(); foreach($tags as $tag) { $newtag.=$tag->name.","; }$newtag=rtrim($newtag, ","); echo $newtag;