wordpress函数has_tag()与get_the_tags()有什么区别? 如果你只需要知道文章是否有某个标签,那么使用`has_tag()`会更简单。如果你需要获取并显示所有标签,那么`get_the_tags()`会更合适。