layui的layer模块弹出一个表单,content里面写的是另一个html链接还是某个form表单的id
form表单
content:$("#window")
layer.open({ type: 1, title:"新增", area:['50%','50%'], btn: ['确定', '取消'], content: $("#window"), yes:function(index,layero){ } });