web.xml
来自「邮件群发系统,为企业节省时间.用JSP+SQL+SERVLET+ SERVER 」· XML 代码 · 共 7 行
XML
7 行
<web-app>
<welcome-file-list>
<welcome-file>login.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?