- response.getWriter().print():打印输出文本格式,可以将一个对象以默认编码方式转换为二进制字节输出
- response.getWriter().writer():只能打印输出文本格式,不可以打印对象
- 它们都可以识别HTML标签,都可以直接在客户端输出。
- 举个栗子
- 在普通url中会生成一个新的页面来显示内容,在ajax中会在alert中显示内容。
最后更新时间:
这里可以写作者留言,标签和 hexo 中所有变量及辅助函数等均可调用,示例:http://47.107.237.149/2019/04/30/response.getWriter().print()和response.getWriter().writer()/