这可能会起作用:
public void formatNameAndAddress(JspWriter out) throws java.io.IOException { formatNameAndAddress(new PrintWriter(out));}
这可能会起作用:
public void formatNameAndAddress(JspWriter out) throws java.io.IOException { formatNameAndAddress(new PrintWriter(out));}