读书人

Ajax 服务器端如何向xmlHttp response

发布时间: 2012-01-30 21:15:58 作者: rapoo

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();
正解!!!

读书人网 >asp.net

热点推荐