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.
我发送了一个改造 rest api 并将响应与 moshi 转换为 kotlin 数据类,因为响应具有 utf-8 字符,它无法转换为数据类并崩溃。
令牌值 744 处的意外字符 0x645:GcfiTp8ghpm6iqeRPzJpaNyw,name=علی رضایی
我知道我需要在某处添加 UTF-8 编码,但我不知道在哪里可以添加它?