web.xml
来自「jsp开发详解第15章全部代码」· XML 代码 · 共 38 行
XML
38 行
<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"><web-app> <description> Examples for the 'standard' taglib (JSTL) </description> <listener> <listener-class>org.apache.taglibs.standard.examples.startup.Init</listener-class> </listener> <welcome-file-list> <welcome-file>index.jsp</welcome-file> <welcome-file>index.html</welcome-file> </welcome-file-list> <taglib> <taglib-uri>/jstl-examples-taglib</taglib-uri> <taglib-location>/WEB-INF/jstl-examples.tld</taglib-location> </taglib> <taglib> <taglib-uri>http://jakarta.apache.org/taglibs/standard/scriptfree</taglib-uri> <taglib-location>/WEB-INF/scriptfree.tld</taglib-location> </taglib> <taglib> <taglib-uri>http://jakarta.apache.org/taglibs/standard/permittedTaglibs</taglib-uri> <taglib-location>/WEB-INF/permittedTaglibs.tld</taglib-location> </taglib></web-app>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?