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 编写它时,它被编码并显示为 ± 所以请帮我解码这个特殊字符。
尝试这样的事情
±
参考:
http://htmlhelp.com/reference/html40/entities/latin1.html
确保字符串变量始终包含±字符,而不是像±. 当您将其提供给 UTF-8 编码的 HTML 页面时,浏览器将正确显示为±,即使使用 PHP 之类的转义函数也是如此htmlspecialchars()。
±
±
htmlspecialchars()