[新手帖]Jettyhttp utf-8jetty默认的字符集是iso95881如果要更改jetty的字符集有两种办法:System.setPrope
[新手帖]Jetty http utf-8
jetty默认的字符集是iso95881
如果要更改jetty的字符集有两种办法:
System.setProperty("org.mortbay.util.URI.charset", "要换字符集的字符串")
Request.setQueryEncoding(String)
[新手帖]Jetty http utf-8
jetty默认的字符集是iso95881
如果要更改jetty的字符集有两种办法:
System.setProperty("org.mortbay.util.URI.charset", "要换字符集的字符串")
Request.setQueryEncoding(String)