2017年10月17日

fetch jsonp请求接口

摘要: function loadTbbRec() { var fetchJsonp = require('fetch-jsonp'); fetchJsonp(ext.info.tbbRecUrl, { headers: { 'Content-type': 'application/x-www-form-urlencoded; charset=UT... 阅读全文

posted @ 2017-10-17 17:32 dongruiha 阅读(678) 评论(0) 推荐(0) 编辑

es6 fetch方法请求接口

摘要: fetch(url, { method: 'post', headers: { 'Content-type': 'application/x-www-form-urlencoded; charset=UTF-8', //设置表单提交的编码方式,php那边才能用$_POST获取数据 'X-CSRF-TOKEN': $('meta[name=\'csr... 阅读全文

posted @ 2017-10-17 15:23 dongruiha 阅读(702) 评论(0) 推荐(0) 编辑

导航