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.
我正在使用 Restler 制作 REST 服务,但是我发现当我将ñ字符传递给它时,整个参数变为空。
ñ
这是因为 REST 还是因为我缺少一些奇怪的编码?
虽然我不知道您的情况是否属于这种情况,但通常 HTTP 不是 Unicode 等扩展字符集的安全传输。我发现 base64 是在 REST 客户端和服务器之间传输数据的最佳方式。