摘要: 解决方案:url中传值,设置Firefox的参数传递编码:url = "tooltipDisplayAction.te?key=" + encodeURIComponent(key); 即是encodeURIComponent在Struts的action中添加接受数据的参数设置:request.setCharacterEncoding("UTF-8"); response.setHeader("C... 阅读全文
posted @ 2010-05-21 09:39 ForA 阅读(901) 评论(0) 推荐(0)