首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

Ajax 服务器端如何向xmlHttp response XML格式数据(马上结贴)

2012-01-30 
Ajax 服务器端怎么向xmlHttp response XML格式数据(马上结贴)RT马上结贴。[解决办法]沙发[解决办法]string

Ajax 服务器端怎么向xmlHttp response XML格式数据(马上结贴)
RT
马上结贴。

[解决办法]
沙发
[解决办法]
string strXML = " <?xml version= "1.0 "?> <books> ..... <books> "

Response.ContentType = "text/xml ";
Response.Write( "No ");
Response.End();
[解决办法]
string strXML = " <?xml version= "1.0 "?> <books> ..... <books> "

Response.ContentType = "text/xml ";
Response.Write(strXML);
Response.End();
正解!!!

热点排行