ajax请求过程:
响应回来的值是字符串类型,把字符串转成json格式 —> JSON.parse( xhr.responseText )
json格式的数据:
完整的请求过程:
相传其他函数就不能把函数定死:
除了get请求还有post请求:
封装一个ajax请求:
get请求:
post请求: