1.实现页面来表达信息
2.xMLhttprequest和web服务器进行数据交换
1.实例化一个对象
new xmlHttpRequest();
2.http建立tcp连接
请求:方法或动作
get/post
open方法(method(get/post),url(.jsp,.php),async(同步或异步))请求地址
send发送到服务器上
send方法
1.实现页面来表达信息
2.xMLhttprequest和web服务器进行数据交换
1.实例化一个对象
new xmlHttpRequest();
2.http建立tcp连接
请求:方法或动作
get/post
open方法(method(get/post),url(.jsp,.php),async(同步或异步))请求地址
send发送到服务器上
send方法