摘要: $.ajax({ url: '/Home/AjaxGetData', success: function (data) { alert(data); }, error:function(XMLHttpRequest,textStatus,errorThrown){ alert(XMLHttpRequ 阅读全文
posted @ 2018-08-22 16:07 闭眼的鱼 阅读(1361) 评论(0) 推荐(0) 编辑
摘要: 创建根节点 Element root= new Element("root"); //创建报文体 Element body = new Element("body"); //添加子节点并赋值 body.addContent(new Element("SEQ_NO").setText("")); // 阅读全文
posted @ 2018-08-22 10:09 闭眼的鱼 阅读(4786) 评论(0) 推荐(0) 编辑