在 java 中进行 URLEncode,在 ruby 中进行解码
我已经使用 Java 编码了一个字符串以传递 url,我需要在 Ruby 中对其进行解码。 它基本上可以工作,除了我仍然有加号和连字符等特殊字符没有被解码。 我使用 URLEncoder.encode(myString) 进行编码 我使用 URI.unescape(my_string) 来解码
我该如何解决这个问题?
谢谢!
I have encoded a string to pass in a url using Java, I need to decode it in Ruby.
It mostly works except that I still have the plus signs and special characters like a hyphen do not get decoded.
I used URLEncoder.encode(myString) to encode
I used URI.unescape(my_string) to decode
How can I solve this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)