在MVC模式中,核心内容为 _________。
A. view B. control C. model D. 不确证
以下文件名后缀中,只有( )不是动态网页的后缀。
A..jsp B. .xml C. .aspx D. .php
下列可以正确获取当前Web程序物理路径的方法为_______。
A. request.getRealPath(“/”) B. request.getFile(“/”)
C. response.getRealPath(“/”) D. response.getFile(“/”)
A. page B. session C. application D. request