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.
好吧,我遇到了问题,这个奇怪的角色出现了 '\u00a3'
它应该是一个“£”符号,但由于某种原因它没有这样做,任何人都知道为什么。
设置网页输出的正确编码,将其添加到 HTML 的 HEAD 部分
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">