标签:
一、原生Ajax
XMLHttpRequest对象
xmlHttp协议
载体:文本,xml,json
ajax对象的属性
onreadyStste
responseText:
responseXML:
status:
步骤:
1、创建对象
2、发送请求:调用open方法
3、处理请求
4、事件处理函数
二、jQuery的Ajax
Ajax技术
原文地址:http://www.cnblogs.com/wangwanchao/p/5152215.html