当前位置:编程学习 > html/css >>

使用通配符动态调用方法

<package name="other" extends="struts-default"> <action name="xxx_*" class="ruixin.net.wbb.ViewForwardAction" method="{1}"> <result>/page/success.jsp</result> </action> </package>

 

其中*表示通配符的意思,因为可以使用多个通配符,比如说xxx_*_*,这里method中的{1}代表第一个*的值。
 
补充:web前端 , HTML/CSS  ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,