本文整理了3种非表单请求action,需要注意的是第二种:action名都是在sturts.xml中配置的名字,有需求的朋友可以参考下哈,希望对你有所帮助
一: 复制代码 代码如下: <a href="userAction.do?flag=user_regist">注册</a> 二: 复制代码 代码如下: <a href="<s:url action="userAction"> <s:param name="flag" value="'user_regist'" /> </s:url>">注册</a> //注意这里的action名都是在sturts.xml中配置的名字。 [\s\S ]*\n
三: 复制代码 代码如下: javascript的location.href。略。
|