13719654321 发表于 2017-2-26 10:22:41

[新手帖]Jetty http utf-8

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