HTML 中的 '…' 是什么?
… 是省略号点的 HTML 实体 代码:
ellipsis_html_explanation.txt
…如果你在 HTML 源代码之外的网页上看到它,通常意味着作者或内容管理系统错误地编码了 HTML 实体。除了在字面 HTML 源代码中,你应该只在页面上看到 …。
我建议使用 unicode 字符 HORIZONTAL ELLIPSIS(参见上面的代码块)而不是 HTML 实体 …。确保你有
meta_charset.html
<meta charset="utf-8" />在你的 HTML <head> 中以保持兼容性。
Check out similar posts by category:
HTML
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow