$.ajax在java中的使用
$.ajax({type:"get",data:{ClientType:op.ClientType,ClientGuid:op.ClientGuid,ModuleType...
$.ajax({
type: "get",
data: {ClientType: op.ClientType, ClientGuid: op.ClientGuid, ModuleType: op.ModuleType, IsBackEnd: op.IsBackEnd,IfAjax: op.IfAjax},
contentType: "application/json;utf-8",
url: "GetImgHeadInfos.jspx",
success: function (data) {
.....
MakeChengXin(attachInfos, op);
这段代码中我url的地址应该怎么写,才能返回我action中getImgHeadInfos方法取得的值。
action名:attachViewAction;方法:getImgHeadInfos
另外java中将list对象和json格式的String 互相转化是怎么做的 展开
type: "get",
data: {ClientType: op.ClientType, ClientGuid: op.ClientGuid, ModuleType: op.ModuleType, IsBackEnd: op.IsBackEnd,IfAjax: op.IfAjax},
contentType: "application/json;utf-8",
url: "GetImgHeadInfos.jspx",
success: function (data) {
.....
MakeChengXin(attachInfos, op);
这段代码中我url的地址应该怎么写,才能返回我action中getImgHeadInfos方法取得的值。
action名:attachViewAction;方法:getImgHeadInfos
另外java中将list对象和json格式的String 互相转化是怎么做的 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询