500:

 

  编码错误:

无法向cookie中写入中文字符串

需要使用URLEncoder.Encode()在写入处进行转码,使用URLDecoder.decoder()在读取处进行解码

 或者使用request.setCharacterEncoding(“utf-8”)来转码

posted on 2016-07-23 18:34  呵呵呱呱嘎嘎哒  阅读(125)  评论(0)    收藏  举报