标签: javascript unicode erlang yaws
我使用encodeURIComponent在客户端编码我的数据。
encodeURIComponent($('#...').val()),
如何在雅司服务器上解码?
答案 0 :(得分:2)
inets应用程序的http-uri module中有一些内容可能有帮助