📄 struts-config.xml~3~
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">
<struts-config>
<form-beans>
<form-bean name="myActionForm" type="strutsdemo.myActionForm" />
</form-beans>
<global-forwards>
<forward name="input" path="/input.jsp" />
</global-forwards>
<action-mappings>
<action input="/input.jsp" name="myActionForm" path="/myAction" scope="session" type="strutsdemo.myAction" />
</action-mappings>
</struts-config>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -