A.6 B.5 C.4 D.3
A.responseText B.responsetext C.responseXML D.responsexml
A.请求已发送(这里通常可以从响应得到内容头部) B.请求已提出(调用send()之前) C.请求未初始化 D.服务器连接已建立
A.nav B.progress C.article D.aside
A.$(document).bind("keyup") B.$(document).bind("mouseup") C.$(document).bind("click") D.$(document).on("load")