调用layer内部名为Func的方法
$("#layui-layer-iframe" + layerId)[0].contentWindow.Func();
获取layerId
layerId = layer.open({
type: 2,
shadeClose: true,
title: '测试',
content: '/Test/Test',
area: ['800px', '500px']
});