摘要:
前台: 在dojo.xhr里使用encoding: 'UTF-8'; 对中文的参数进行编码:param: encodeURI('中文');后台: 解析时使用java.net.URLDecoder.decode(param, "UTF-8"); 阅读全文
posted @ 2007-08-07 17:34 阿木申 阅读(1754) 评论(0) 推荐(0)
|
||
|
摘要:
前台: 在dojo.xhr里使用encoding: 'UTF-8'; 对中文的参数进行编码:param: encodeURI('中文');后台: 解析时使用java.net.URLDecoder.decode(param, "UTF-8"); 阅读全文
posted @ 2007-08-07 17:34 阿木申 阅读(1754) 评论(0) 推荐(0) |
||