菁英数字科技(猩码)-猩码学苑-专注软件开发人才菁英教育
标题:
张佳豪2023.6.6
[打印本页]
作者:
张佳豪
时间:
2023-6-14 19:19
标题:
张佳豪2023.6.6
// 前后端数据交互都是字符串 - json
const xhr = new XMLHttpRequest()
xhr.open('get', 'http:localhost:3000/jsonData')
xhr.send()
xhr.onload = function () {
console.log(xhr.responseText)
console.log(xhr.readyState) //4
}
readystate
ajax状态码 0 1 2 3 4
xhr.onreadystatechange = function () {
console.log(xhr.readyState) //4
}
欢迎光临 菁英数字科技(猩码)-猩码学苑-专注软件开发人才菁英教育 (http://www.xingmaxueyuan.com/)
Powered by Discuz! X3.4