会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
撒哈拉的雪
Talk is cheap, Show me the code!!
博客园
首页
新随笔
联系
订阅
管理
2019年8月10日
原生Ajax请求
摘要: var Ajax={ get: function(url, fn) { // XMLHttpRequest对象用于在后台与服务器交换数据 var xhr = new XMLHttpRequest(); xhr.open('GET', url, true); xhr.onreadystatechange = function() { // readyState == 4说明请求已完成 if (xhr
阅读全文
posted @ 2019-08-10 14:35 快乐的咸鱼
阅读(452)
评论(0)
推荐(0)
编辑
公告