+ xhr.status);
}
}
}.bind(this);
xhr.open(method, url, true);
if (typeof data === 'object...console.log('%c连%c接%c超%c时', 'color:red', 'color:orange', 'color:purple', 'color:green');
};
};
http.get...function (option, callback) {
option.method = 'post';
this.quest(option, callback);
};
//普通get请求
http.get...('http://www.baidu.com', function (err, result) {
// 这里对结果进行处理
});
//定义超时时间(单位毫秒)
http.get({ url