访问代理是因为服务器存储代理效率更高,而为什么能直接访问服务器的代理而不能同个网址访问,应该是如果你通过客户端访问的话,不同域的url请求没办法经过过滤器导致的
2017-08-03
1. header("Access-Control-Allow-Origin:域名")
2. header("Access-Control-Allow-Methods:POST,GET")
2. header("Access-Control-Allow-Methods:POST,GET")
2017-08-02
var request;
if(window.XMLHttpRequest){
request=new XMLHttpRequest(); //IE7+,Firefox,Chrome,Opera,Safari
}else{
request=new ActiveXObject("Microsoft.XMLHTTP");//IE6,IE5
}
if(window.XMLHttpRequest){
request=new XMLHttpRequest(); //IE7+,Firefox,Chrome,Opera,Safari
}else{
request=new ActiveXObject("Microsoft.XMLHTTP");//IE6,IE5
}
2017-08-01
var request;
if(window.XMLHttpRequest){
request=new XMLHttpRequest(); //IE7+,Firefox,Chrome,Opera,Safari
}else{
request=new ActiveXObject("Microsoft.XMLHTTP");//IE6,IE5
}
if(window.XMLHttpRequest){
request=new XMLHttpRequest(); //IE7+,Firefox,Chrome,Opera,Safari
}else{
request=new ActiveXObject("Microsoft.XMLHTTP");//IE6,IE5
}
2017-08-01
利用html+css来实现页面,表达信息;
用XMLHttpRequest和web服务器进行数据的异步交换
运行js操作DOM,实现动态局部刷新;
用XMLHttpRequest和web服务器进行数据的异步交换
运行js操作DOM,实现动态局部刷新;
2017-08-01