<welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> <welcome-file>index.jsp</welcome-file> <welcome-file>default.html</welcome-file> <welcome-file>default.htm</welcome-file> <welcome-file>default.jsp</welcome-file> </welcome-file-list>
- 在WEB浏览器的地址栏输入web项目的网址后,会按上面设置的先后顺序依次询找设定的页面。
本文解析了当在浏览器中输入网址后,服务器如何根据预设顺序寻找并加载一系列默认文件的过程。具体包括 index.html, index.htm 等多种格式。
208

被折叠的 条评论
为什么被折叠?



