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.
哪些转义字符可用于在 HTML 应用程序中插入 Unicode 字符。
在 HTML 中插入 Unicode 字符时,将 HEX 值以开头&#x和结尾换行;
&#x
;
当像敲除这样的数据绑定开始 HEX 值时\u
\u
如果您的文档是 UTF-8 文档并且您正在发送相应的content-type标题和/或元元素,您可以简单地使用字符而不转义。
content-type
所有现代浏览器都理解这种 Unicode 编码,并将正确显示它们(假设客户端上的操作系统安装了正确的字体)。