当前位置: 代码迷 >> Ajax >> struts2 jquery ajax 动态请求action步骤格式
  详细解决方案

struts2 jquery ajax 动态请求action步骤格式

热度:191   发布时间:2012-08-26 16:48:05.0
struts2 jquery ajax 动态请求action方法格式
struts2 jquery ajax 动态请求方法格式
使用action的动态请求:
$.ajax{
type:"POST";
url:actionName!methodName.action;//action的动态请求methodName表示你要请求的action的方法
data://参数
dataType://返回数据类型

}
  相关解决方案