struts2download】的更多相关文章

public class TestAction extends ActionSupport{        public String fileLoad() throws IOException{        String fileName = ServletActionContext.getRequest().getParameter("fileName");        //要处理中文乱码问题        fileName = new String(fileName.getB…