2062bd16d4a6001c1f5ac0f6a46852af

来自「《v512工作室_Java高端培训系列视频》(Java JSP Servlet 」· 代码 · 共 33 行

TXT
33
字号
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN" "http://struts.apache.org/dtds/struts-config_1_3.dtd">

<struts-config>
  <form-beans >    <form-bean name="inputForm" type="com.liuwei.struts.form.InputForm" />  </form-beans>
  <global-exceptions />
  <global-forwards >    <forward      name="inputResult"      path="/inputresult.jsp"      redirect="true" />  </global-forwards>
  <action-mappings >    <action      attribute="inputForm"      input="/input.jsp"      name="inputForm"      path="/input"      scope="request"      type="com.liuwei.struts.action.InputAction" />  </action-mappings>
  <message-resources parameter="com.liuwei.struts.ApplicationResources" />
</struts-config>

⌨️ 快捷键说明

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