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.
我最近注意到我将非 ascii 字符保存到文件中并从文件中读取这些字符。这会导致某些手机崩溃吗?
只要您使用相同的字符编码来编写和读取它们,它们就会很好地显示出来。否则,它们可能看起来很奇怪,但不应导致应用程序崩溃。
你可以在你的应用程序中使用 unicode