日期:2014-05-17 浏览次数:20644 次
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>EQQ Proxy 2011-03-31-02</title>
</head>
<body>
<script>
document.domain = "qq.com";
// 兼容不同浏览器的 Adapter 适配层
if(typeof window.XMLHttpRequest === "undefined"){
window.XMLHttpRequest = function(){
return new window.ActiveXObject(navigator.userAgent.indexOf("MSIE 5") >=0 ? "Microsoft.XMLHTTP" : "Msxml2.XMLHTTP");
};
}
/**
* 这是Ajax对象名字空间的一个方法
*
* @memberOf Http
* @method ajax
*
* @param {Object} options 一个配置对象
* @return {Object} ajax 返回一个ajax对象
*/
var ajax = function(uri, options){
var httpRequest,
httpSuccess,
timeout,
isTimeout = false,
isComplete = false;
options = {
method: options.method
------解决方案--------------------
"GET",
data: options.data
------解决方案--------------------
null,
arguments: options.arguments
------解决方案--------------------
null,