str = "中文汉字"; request.setAttribute ("param", str); ... return new ActionForward ("foo.jsp");
str=(String) request.getAttribute ("param");
猜你喜欢
本站原创《复杂软件设计之道:领域驱动设计全面解析与实战》
其他人在看