单项选择题
4、假设在myServlet应用中有一个MyServlet类,在web.xml文件中对其进行如下配置: mysrvlet com.ct.MyServlet myservlet /welcome 则以下选项可以访问到MyServlet的是( )。
A、A. http://localhost:8080/welcome
B、B.http://localhost:8080/myservlet
C、C. http://localhost:8080/com/ct/MyServlet
D、D. http://localhost:8080/MyServlet
点击查看答案&解析
