摘要: 以往一直认为异步请求只能使用原生js的XMLHttpRequest或jQuery的$.ajax()、$.post()等框架封装的异步请求方法 原来js还提供fetch来替代XMLHttpRequest,详情可见 https://developer.mozilla.org/en-US/docs/Web 阅读全文
posted @ 2018-01-29 11:55 xueheo 阅读(11274) 评论(0) 推荐(0) 编辑