Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajax和跨域 | XXL的博客 #11

Open
Mrpaker opened this issue Mar 21, 2019 · 0 comments
Open

Ajax和跨域 | XXL的博客 #11

Mrpaker opened this issue Mar 21, 2019 · 0 comments

Comments

@Mrpaker
Copy link
Owner

Mrpaker commented Mar 21, 2019

https://mrpaker.github.io/2019/03/21/Ajax/#more

Ajax技术的出现,使浏览器能够像服务器请求额外的数据而无须重新加载界面,带来了更好的用户体验。Ajax技术的核心是XMLHttpRequest对象(简称XHR)。 XMLHttpRequest对象创建创建一个XHR对象非常简单,只需要使用XMLHttpRequest构造函数即可: 1var xhr = new XMLHttpRequest() 在IE7之前的IE版本中,使用的是ActiveXO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant