layui父级操作iframe内的对象 function show_layer(){ layer.open({ type: 2, area: [w+'px', h +'px'], fix: false, //不固定 maxmin: true...
koa静态服务器 const Koa = require('koa') const app = new Koa() const serve = require("koa-static"); const port=300...
layui获取子页面iframe的内容 layer.open({ type: 2, title: '编辑音乐', shadeClose: false, shade: 0.8, btnAlign: 'c', area: ['480px', '...
解决node express使用session无法获取session(跨域登录) 今天做项目遇到,跨域登录问题,发现登录成功后session无法使用,怎么也无法获取到,然后查阅资料中越解决了这个问题 解决这个问题之前先看一下这个 首先因为是跨域登录,要保证服务器允许跨域请求,在服务...