Ajax全接触

XMLHttpRequest对象建立: Var request; if(window.XMLHttpRequest){    request=new XMLHttpRequest(); }else{ request=new ActiveXObject("Microsoft");//IE5,6 } HTTP请求: GET:通常用户信息的获取php 使用URL传递参数ajax 对所发送信息的
相关文章
相关标签/搜索