欢迎来到博客园~~~

Ajax的使用

 <script>
let xhr=new XMLHttpRequest()
xhr.open("get","url") // 请求方法、请求地址
xhr.onload=function(){ //回调函数
 
}
xhr.send() //发送
</script>
posted @ 2019-05-07 20:37  孙~洋  阅读(111)  评论(0编辑  收藏  举报