标签:style sp on 问题 bs line size nbsp br
几百个字段都是中文名,Ajax提交时,参数名也是中文,传值接收一直乱码,
于是乎:
前端:encodeURIComponent(encodeURIComponent(参数))
后台:URLDecoder.decode(s,"utf-8")
终于解决了乱码问题。。。
标签:style sp on 问题 bs line size nbsp br
原文地址:http://my.oschina.net/gabriel1215/blog/354429