首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

DMI动态步骤调用 和 通配符

2012-12-23 
DMI动态方法调用 和 通配符动态方法调用DMI?http://localhost:8080/Struts2/user!add??action nameuser

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>

?

热点排行