📄 web.xml
字号:
<jsp-config>
<taglib>
<taglib-uri>/it315</tablib-uri>
<taglib-location>/WEB-INF/mytaglib.tld</taglib-location>
</taglib>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<include-prelude>/test1.jsp</include-prelude>
<include-coda>/test2.jsp</include-coda>
</jsp-property-group>
</jsp-config>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -