readyState的5种状态含义介绍
程序员文章站
2022-04-25 17:29:58
在使用原生的ajax代码的时候,我们会写出下面的回调:
xhr.onreadystatechange = () => {
if(xhr.readystat...
在使用原生的ajax代码的时候,我们会写出下面的回调:
xhr.onreadystatechange = () => { if(xhr.readystate === 4 && xhr.status === 200) { document.write(xhr.responsetext); } };
可这里的readystate的状态码代表什么呢?这里记录如下:
0:未初始化,但是已经创建了xhr实例 1:调用了open()函数 2:已经调用了send()函数,但还未收到服务器回应 3:正在接受服务器返回的数据 4:完成响应
上一篇: 天猫魔盒怎么看超多直播台?秒看上千频道