Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google+ 为网站提供评论选项。他们还提供了一个评论计数器,如下所示:
实现这一点时,它只输出“xx 评论”。这将作为 iframe 输出,并去除样式。我想保留网站其余部分的样式,并且还想删除“评论”一词,仅显示评论编号。是否有捷径可寻?
无法设置 iframe 内容的样式,但您可以使用 CSS 裁剪其中的可见文本:iframe { width: 14px; }
iframe { width: 14px; }