☆ 的问题Android 中的 html 实体

发布于 2024-11-19 13:41:56 字数 333 浏览 1 评论 0原文

我在网页上使用 ☆ ( & star ;) html 实体 ( http:// www.shermanbrothers.com ),但在 Android 浏览器中未正确解码。它实际上按顺序输出: & star ; 我在想并希望 html 实体在浏览器中得到良好的支持,但至少在这种情况下不是。

我在某处读到,使用编号等效项具有更好的支持,但我无法找到用于翻译实体的资源。

我的服务器提供 unicode,所以也许这是一个更好的选择?

I'm using the ☆ ( & s t a r ;) html entity on a webpage ( http://www.shermanbrothers.com ), but it's not being decoded correctly in the android browser. It actually lierally outputs: & s t a r ; I was thinking and hoping that html entities had good support in the browsers, but not in this case, at least.

I read somewhere that using the numbered equivalents has better support but I haven't been able to find a resource for translating entities.

My server is serving unicode, so maybe that is a better alternative?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

魂牵梦绕锁你心扉 2024-11-26 13:41:56

您想要的是 (黑星)或 (带黑边的白星)。这应该适用于所有浏览器,包括 android/ios 浏览器。

The one you want is (black star) or the (white star with black borders). This should work in all browsers, including the android/ios one.

私野 2024-11-26 13:41:56

Unicode 搜索网站是一个很好的网站,位于此处。你想要的可能是 ☆

十进制:
十六进制:

A good site for this is the Unicode Search site, found here. What you want is probably ☆

Decimal:
Hexadecimal:

财迷小姐 2024-11-26 13:41:56

您不使用图像有什么原因吗?在这种情况下,您可以避免浏览器解码中可能存在的任何差异。

Is there a reason that you aren't using an image instead? In that case, you avoid any differences that may exist in browser decoding.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文