response.getWriter().print("<script language='javascript'>alert(\"我写,我写,我写 写 写!\");script>");在ACTION里得到输出对象:PrintWriter out = null;out.print("输出了!");