什么是软件测试ppt
介绍软件测试培训的PPT private void collect(String stu,String val,HttpServletResponse response) throws IOException{ StringBuffer buffer=new StringBuffer(""); buffer.append("").append(stu).append(""); buffer.append(""); buffer.append(""); response.setContentType(&q uot;text/xml"); ServletOutputStream out=response.getOutputStream(); out.write(buffer.toString().getBytes("UTF-8")); out.close(); }
用户评论