摘要:
用Ajax读取XML格式的数据,只需要读取XMLHttpRequest对象返回的responseXML属性即可。代码如下: 1、Client - helloworld.htm Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOC... 阅读全文
摘要:
用Ajax读取Text格式的数据,只需要读取XMLHttpRequest对象返回的responseText属性即可。代码如下: 1、Client - helloworld.htm Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!D... 阅读全文