java中web.xml的配置welcome-file-listwelcome-fileMyJsp.jsp/welcome-file/welcome-file-list这
java中web.xml的配置
<welcome-file-list>
<welcome-file>MyJsp.jsp</welcome-file>
</welcome-file-list>
这一段是表示当程序开始运行的时候最先显示的那个页面
java中web.xml的配置
<welcome-file-list>
<welcome-file>MyJsp.jsp</welcome-file>
</welcome-file-list>
这一段是表示当程序开始运行的时候最先显示的那个页面