wordpress清除各种访问计数螃蟹就是横着走1年前更新关注15 # 清除查看,收藏,点赞 update wp_postmeta set meta_value=0 where meta_key in ('views','like','favorite'); THE END日积月累 收藏