在servlet中获取输出流out对象的方法
首先,通过函数的传参得倒request对象,
之后,就:
? ? ? ? ? ? ? ? ?PrintWriter out = request.Writer();
接下来就可以使用out对象了。
例如:out.print("");