XMLHttpRequest 对象方法

方法
?描述

?abort()
?停止当前请求

?getAllResponseHeaders()
?作为字符串返问完整的headers

?getResponseHeader(“headerLabel”)
?作[……]