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.
我想创建一个具有度数符号的字符串资源。
例如:
<string name="celsius">°C</string>
但这会产生解析错误。
有没有办法做到这一点?
谢谢,
米奇
您可以使用下面的 unicode 来显示 Celcius 的符号。
<string name="celcius">\u2103</string>