HttpContext.Current.Response.Write(doc.InnerXml);客户端如何处理XML
HttpContext.Current.Response.Write(doc.InnerXml);是服务器端代码,在服务器端查询数据库后,将XML数据集传给客户端,客户端...
HttpContext.Current.Response.Write(doc.InnerXml);是服务器端代码,在服务器端查询数据库后,将XML数据集传给客户端,客户端怎样接收里面的字段信息并显示,数据库中的字段有PlaceName,X,Y;可客户端根本没有出现这样的字段名称,它是用对象.name获取了PlaceName的字段信息,我是初级的不懂里面的机制,大家帮帮忙.
下面是部分代码
XmlDocument doc = new XmlDocument();
XmlDeclaration declare = doc.CreateXmlDeclaration("1.0", "GB2312", "yes");
doc.AppendChild(declare);
doc.LoadXml(strResultXml);
dq.Close();
HttpContext.Current.Response.ContentType = "text/xml";
HttpContext.Current.Response.Write(doc.InnerXml);
就是在客户端用javascript获取服务器传过来的XML流的具体方法 展开
下面是部分代码
XmlDocument doc = new XmlDocument();
XmlDeclaration declare = doc.CreateXmlDeclaration("1.0", "GB2312", "yes");
doc.AppendChild(declare);
doc.LoadXml(strResultXml);
dq.Close();
HttpContext.Current.Response.ContentType = "text/xml";
HttpContext.Current.Response.Write(doc.InnerXml);
就是在客户端用javascript获取服务器传过来的XML流的具体方法 展开
1个回答
网易云信
2023-12-06 广告
2023-12-06 广告
UIkit是一套轻量级、模块化且易于使用的开源UI组件库,由YOOtheme团队开发。它提供了丰富的界面元素,包括按钮、表单、表格、对话框、滑块、下拉菜单、选项卡等等,适用于各种类型的网站和应用程序。UIkit还支持响应式设计,可以根据不同...
点击进入详情页
本回答由网易云信提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询