DMI动态方法调用 和 通配符
动态方法调用DMI
?
http://localhost:8080/Struts2/user!add
?
?
<action name="user" method="{1}">
???????? <result>/Student{1}_success.jsp</result>
</action>
?
<action name="*_*" method="{2}">
??????? <result>/{1}_{2}_success.jsp</result>
</action>
?