不属于JSP的out对象的方法的是()。
A: getAttribute()
B: print()
C: println()
D: close()
A: getAttribute()
B: print()
C: println()
D: close()
举一反三
- 下列方法中,是out对象用来关闭输出流的方法是( ) A: clear() B: close () C: println(Object ob) D: flush()
- 下列方法中,是out对象用来强制将缓冲区内容输出到客户端的方法是( ) A: clear() B: close () C: println(Object ob) D: flush()
- out对象中用来输出缓冲区里的数据的方法是方法。 A: print() B: newLine() C: close() D: flush()
- 不属于JSP的out对象的方法的是
- JSP隐式对象out可以通过response.getWriter()方式获取,然后再通过println()或者write()方法向页面发送文本内容。( )