我正在尝试在我的aspx页面的元标记中添加®符号。
以下是我的元标记
<meta property="og:title" content="eShop ® XXXYXYXX | eShop® Brand"/>
但符号未反映在标题中。 我在google中发现很少有关于可以通过代码添加元值的建议。但我不能在我的页面中使用代码隐藏方式。
任何建议都会有所帮助。感谢
修改
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta property="og:title" content="eShop ® XXXYXYXX | eShop® Brand"/>
答案 0 :(得分:0)
你可以这样使用它。
<meta property="og:title" content="eShop ® XXXYXYXX | eShop® Brand"/>