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.
我刚刚在我的网站上添加了一个 facebook 分享图标,当我点击按钮时,facebook 弹出窗口会显示奇怪的特殊字符
该字符不会显示在此处,但它是一个 00 超过 97 的正方形
例如,而不是单引号
我尝试将引号更改为特殊字符’,但这也不起作用
’
还尝试弄乱字符集,但是每次需要显示引号时我都需要使用特殊字符。
我的网站主要是基于文本的,所以我不想参与其中。
有什么建议么?
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
将此元标记放在您的 HTML 页面中,facebook 使用 UTF-8。