struts-config.xml~6~
来自「xml 作为数据库」· XML~6~ 代码 · 共 9 行
XML~6~
9 行
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
<struts-config>
<action-mappings>
<action input="/welcome.jsp" path="/loginAction" scope="request" type="struts.form.LoginAction">
</action>
</action-mappings>
</struts-config>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?