网页请求(Ajax)

ajax = Asynchronous JavaScript and XML

XMLHttpRequest实例,就是ajax的具体实现。


通过 xhr 我们可以实现异步请求。


你可能感兴趣的:(网页请求(Ajax))