6月29日 SSH 周五

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
    "http://struts.apache.org/dtds/struts-2.1.7.dtd">

<struts>
    <constant name="struts.devMode" value="true"></constant>

    <package name="ssh" extends="struts-default">
        <action name="s_*" class="com.action.Action" method="{1}">
            <result name="list">/list.jsp</result>
        </action>
    </package>
</struts>

你所浪费的今天,是昨天死去的人奢望的明天。你所厌恶的现在,是未来的你回不去的曾经。

猜你喜欢

转载自blog.csdn.net/helloworld_1996/article/details/80853078
今日推荐