分别使用ajax的XMLHttpRequest的open方法的"get"和"post"方式如何传递参数
在struts的action中又是如何获得参数
struts ajax open方法 传递参数 action接收参数
xmlhttp.open("GET","xxx.action?param=xxx",true);
action中,如楼上request.getParameter()能复制下成功返回(对返回数据处理的)那个方法的代码么?request.getParameter()使用成员变量