(3)让函数的 this 指向这个对象,执行构造函数的代码(为这个新对象添加属性)
今天在谷歌浏览器的控制台中发现个警告:Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to th
CORS是一个 W3C 标准,全称是”跨域资源共享”(Cross-origin resource sharing)。 它允许浏览器向跨源服务器,发出 XMLHttpRequest 请求,从而克服了 AJAX 只能同源使用的限制。...