AJAX--XMLHTTPREQUEST

           使用XMLHttpRequest发送请求和处理响应html  open():创建到服务器的新请求。 服务器 send():向服务器发送新的请求。异步 abort():退出当前请求。async readyState:提供当前html的就绪状况。post responseText:服务器返回的请求响应文本。url open()中的参数:request-type:发送请求的类型,典
相关文章
相关标签/搜索