web.xml

来自「一个用JSP编写的在线图书购物网,很方便很方便很方便」· XML 代码 · 共 18 行

XML
18
字号
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app>
	<welcome-file-list>
                 <welcome-file>conndb.jsp</welcome-file>
        </welcome-file-list>
       <welcome-file-list>
                 <welcome-file>buy.jsp</welcome-file>
        </welcome-file-list>
       <welcome-file-list>
                 <welcome-file>admin.jsp</welcome-file>
        </welcome-file-list>
        <welcome-file-list>
                 <welcome-file>addbook.jsp</welcome-file>
        </welcome-file-list>
         <welcome-file-list>
                 <welcome-file>delbook.jsp</welcome-file>
        </welcome-file-list>
</web-app>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?