jquery异步请求action返回json

jquery异步请求action返回json

ID:20069042

大小:65.27 KB

页数:4页

时间:2018-10-09

jquery异步请求action返回json_第1页
jquery异步请求action返回json_第2页
jquery异步请求action返回json_第3页
jquery异步请求action返回json_第4页
资源描述:

《jquery异步请求action返回json》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、Jquery异步请求Action返回JSON最近在自己写分布式注册中心的Web管理界面,需要点击左边树节点时,请求后台Action查询该节点的详细数据,然后异步刷新右边的节点信息区域。异步刷新用了Jquery对Ajax的封装:1.function zTreeOnClick(event, treeId, treeNode) {  2.        $.ajax({  3.            type: "POST",  4.            url: "Config.action",  5.            data: "",  6.            dataTy

2、pe: "json",  7.            success: function(data) {                 8.                alert(eval("("+data.result+")").word);  9.                //$("#configInfo").load("nodeInfo.jsp");  10.                //$("div .configInfo").html(responseText);  11.            },  12.            error: funct

3、ion() {  13.                $("#configInfo").load("error.jsp");               14.            }  15.        });   16.    };  Action写成这样:1.@SuppressWarnings("serial")  2.public class ConfigManageAction extends ActionSupport  3.{  4.    private String result;  5.      6.    @Override  7.    public 

4、String execute() throws Exception  8.    {  9.        Map map = new HashMap();  10.        map.put("word", "word_A");  11.        map.put("wordcount",33);       12.        JSONObject json = JSONObject.fromObject(map);  13.        this.result = json.toString();//给res

5、ult赋值,传递给页面   14.        return SUCCESS;  15.    }  16.  17.  18.    public String getResult() {  19.        return result;  good,noloosening.6.5.2DCSsidewiringtocompletetheenclosureandtheothersideafterthewiringiscompleted,DCSwithintheenclosurewhenthepowermoduleshouldbeloosenedorthepowergoesout.

6、6.6lowvoltagecableterminalmaking6.6.1first1.    }  2.  3.    public void setResult(String result) {  4.        this.result = result;  5.    }  6.}  struts.xml配置:1.  2.

7、3//EN"  4.    "http://struts.apache.org/dtds/struts-2.3.dtd">  5.  6.  7.  8.      9.      10.  11

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。