📄 00afd704758b001b1824f94af3792b74
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
<data-sources />
<form-beans > <form-bean name="loginForm" type="cn.mldn.lxh.struts.form.LoginForm" /> </form-beans>
<global-exceptions />
<global-forwards />
<action-mappings > <action attribute="loginForm" input="/form/login.jsp" name="loginForm" path="/login" scope="request" type="cn.mldn.lxh.struts.action.LoginAction" /> </action-mappings>
<message-resources parameter="cn.mldn.lxh.struts.ApplicationResources" />
</struts-config>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -