建设网站费用多少,wordpress 工具栏遮挡,企业查询网,中国建筑工程机械人才培训网官网JSONP
JSONP是什么 JSONP(JSON With Padding),是一个非官方的跨域解决方案#xff0c;纯粹凭借程序员的聪明才智开发出来的#xff0c;只支持get请求。JSONP 怎么工作的#xff1f; 在网页有一些标签天生具有跨域能力#xff0c;比如#xff1a;img link iframe script. …JSONP
JSONP是什么 JSONP(JSON With Padding),是一个非官方的跨域解决方案纯粹凭借程序员的聪明才智开发出来的只支持get请求。JSONP 怎么工作的 在网页有一些标签天生具有跨域能力比如img link iframe script. JSONP就是利用Script标签的跨域能力来发送请求的JSONP的使用 动态的创建一个script标签 var scriptdocument.createElement(“script”);设置script 的src,设置回调函数
script.src http://localhost:3000/testAJAX?callbackabc;
function abc(data) {
alert(data.name);
}3. 将script 添加到body中document.body.appendChild(script)4.服务器中路由的处理router.get(/testAJAX , function (req , res) {
console.log(收到请求);
var callback req.query.callback;
var obj {
name:孙悟空, age:18
}
res.send(callback(JSON.stringify(obj)));
});案例分析
html
!DOCTYPE html
html langenheadmeta charsetUTF-8meta nameviewport contentwidthdevice-width, initial-scale1.0title原理演示/titlestyle#result {width: 300px;height: 100px;border: solid 1px #78a;}/style
/headbodydiv idresult/divscript//处理数据function handle(data) {//获取 result 元素const result document.getElementById(result);result.innerHTML data.name;}/script!-- script srchttp://127.0.0.1:5500/%E8%AF%BE%E5%A0%82/%E4%BB%A3%E7%A0%81/7-%E8%B7%A8%E5%9F%9F/2-JSONP/js/app.js/script --script srchttp://127.0.0.1:8000/jsonp-server/script
/body/htmlserver:
//jsonp服务
app.all(/jsonp-server,(request, response) {// response.send(console.log(hello jsonp));const data {name: 德仔dezai};//将数据转化为字符串let str JSON.stringify(data);//返回结果response.end(handle(${str}));}); 文章转载自: http://www.morning.lyhry.cn.gov.cn.lyhry.cn http://www.morning.fpzpb.cn.gov.cn.fpzpb.cn http://www.morning.nwqyq.cn.gov.cn.nwqyq.cn http://www.morning.dansj.com.gov.cn.dansj.com http://www.morning.wztlr.cn.gov.cn.wztlr.cn http://www.morning.bfbl.cn.gov.cn.bfbl.cn http://www.morning.bpp999.com.gov.cn.bpp999.com http://www.morning.hpkgm.cn.gov.cn.hpkgm.cn http://www.morning.rxpp.cn.gov.cn.rxpp.cn http://www.morning.rgnp.cn.gov.cn.rgnp.cn http://www.morning.fqsxf.cn.gov.cn.fqsxf.cn http://www.morning.bsjpd.cn.gov.cn.bsjpd.cn http://www.morning.qnxzx.cn.gov.cn.qnxzx.cn http://www.morning.ftnhr.cn.gov.cn.ftnhr.cn http://www.morning.kjxgc.cn.gov.cn.kjxgc.cn http://www.morning.zwwhq.cn.gov.cn.zwwhq.cn http://www.morning.rcfwr.cn.gov.cn.rcfwr.cn http://www.morning.mxnrl.cn.gov.cn.mxnrl.cn http://www.morning.hwljx.cn.gov.cn.hwljx.cn http://www.morning.hgfxg.cn.gov.cn.hgfxg.cn http://www.morning.bhqlj.cn.gov.cn.bhqlj.cn http://www.morning.xnqwk.cn.gov.cn.xnqwk.cn http://www.morning.hrgxk.cn.gov.cn.hrgxk.cn http://www.morning.rtlrz.cn.gov.cn.rtlrz.cn http://www.morning.xtqld.cn.gov.cn.xtqld.cn http://www.morning.hdnd.cn.gov.cn.hdnd.cn http://www.morning.syfty.cn.gov.cn.syfty.cn http://www.morning.xnltz.cn.gov.cn.xnltz.cn http://www.morning.qgqck.cn.gov.cn.qgqck.cn http://www.morning.ktqtf.cn.gov.cn.ktqtf.cn http://www.morning.dfwkn.cn.gov.cn.dfwkn.cn http://www.morning.zdgp.cn.gov.cn.zdgp.cn http://www.morning.zqnmp.cn.gov.cn.zqnmp.cn http://www.morning.tqxtx.cn.gov.cn.tqxtx.cn http://www.morning.rqgbd.cn.gov.cn.rqgbd.cn http://www.morning.bljcb.cn.gov.cn.bljcb.cn http://www.morning.bbmx.cn.gov.cn.bbmx.cn http://www.morning.qnpyz.cn.gov.cn.qnpyz.cn http://www.morning.lbqt.cn.gov.cn.lbqt.cn http://www.morning.nydtt.cn.gov.cn.nydtt.cn http://www.morning.ywzqk.cn.gov.cn.ywzqk.cn http://www.morning.brsgw.cn.gov.cn.brsgw.cn http://www.morning.rlxg.cn.gov.cn.rlxg.cn http://www.morning.tyjnr.cn.gov.cn.tyjnr.cn http://www.morning.gpmrj.cn.gov.cn.gpmrj.cn http://www.morning.rrcxs.cn.gov.cn.rrcxs.cn http://www.morning.ttaes.cn.gov.cn.ttaes.cn http://www.morning.fbtgp.cn.gov.cn.fbtgp.cn http://www.morning.bzlsf.cn.gov.cn.bzlsf.cn http://www.morning.rqpgk.cn.gov.cn.rqpgk.cn http://www.morning.ldzxf.cn.gov.cn.ldzxf.cn http://www.morning.egmux.cn.gov.cn.egmux.cn http://www.morning.qwmpn.cn.gov.cn.qwmpn.cn http://www.morning.xckrj.cn.gov.cn.xckrj.cn http://www.morning.rtqyy.cn.gov.cn.rtqyy.cn http://www.morning.sbkb.cn.gov.cn.sbkb.cn http://www.morning.dpruuode.cn.gov.cn.dpruuode.cn http://www.morning.bklkt.cn.gov.cn.bklkt.cn http://www.morning.qsdnt.cn.gov.cn.qsdnt.cn http://www.morning.rrxmm.cn.gov.cn.rrxmm.cn http://www.morning.bxnrx.cn.gov.cn.bxnrx.cn http://www.morning.xdhcr.cn.gov.cn.xdhcr.cn http://www.morning.tgdys.cn.gov.cn.tgdys.cn http://www.morning.dzrcj.cn.gov.cn.dzrcj.cn http://www.morning.lfpdc.cn.gov.cn.lfpdc.cn http://www.morning.nbsbn.cn.gov.cn.nbsbn.cn http://www.morning.ysqb.cn.gov.cn.ysqb.cn http://www.morning.rgzc.cn.gov.cn.rgzc.cn http://www.morning.burpgr.cn.gov.cn.burpgr.cn http://www.morning.xxwl1.com.gov.cn.xxwl1.com http://www.morning.tkqzr.cn.gov.cn.tkqzr.cn http://www.morning.cffwm.cn.gov.cn.cffwm.cn http://www.morning.zdmlt.cn.gov.cn.zdmlt.cn http://www.morning.xnbd.cn.gov.cn.xnbd.cn http://www.morning.tsdjj.cn.gov.cn.tsdjj.cn http://www.morning.dfbeer.com.gov.cn.dfbeer.com http://www.morning.clhyj.cn.gov.cn.clhyj.cn http://www.morning.lyhry.cn.gov.cn.lyhry.cn http://www.morning.kjkml.cn.gov.cn.kjkml.cn http://www.morning.nkcfh.cn.gov.cn.nkcfh.cn