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.
我想知道如何以 UTF-8 格式显示欧元符号?
干杯
欧元符号具有以 utf8 编码的 unicode 代码 U+20AC(十进制 8364),它转换为以下字节 e2 82 ac
你可以这样显示:€</p>