下列可以正确获取当前Web程序物理路径的方法为_______。
A. request.getRealPath(“/”) B. request.getFile(“/”)
C. response.getRealPath(“/”) D. response.getFile(“/”)
使用JavaScript语言中Document的_ __方法可以在页面上输出字符。
A. document.write() B.document.print()
C. document.out() D.document.flush()