GET请求btn.onclick = function(){
//1.创建对象
const xhr = new XMLHttpRequest;
//2.初始化
2021-09-10